pub enum VariableConstness {
Const(Span),
Let(Span),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VariableConstness
impl RefUnwindSafe for VariableConstness
impl Send for VariableConstness
impl Sync for VariableConstness
impl Unpin for VariableConstness
impl UnwindSafe for VariableConstness
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more