pub enum VariableDeclarationKind {
Var,
Let,
Const,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VariableDeclarationKind
impl RefUnwindSafe for VariableDeclarationKind
impl Send for VariableDeclarationKind
impl Sync for VariableDeclarationKind
impl Unpin for VariableDeclarationKind
impl UnwindSafe for VariableDeclarationKind
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