pub enum VarDeclParseMode {
Asi,
Leftmost,
}Variants§
Trait Implementations§
Source§impl Clone for VarDeclParseMode
impl Clone for VarDeclParseMode
Source§fn clone(&self) -> VarDeclParseMode
fn clone(&self) -> VarDeclParseMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for VarDeclParseMode
impl PartialEq for VarDeclParseMode
Source§fn eq(&self, other: &VarDeclParseMode) -> bool
fn eq(&self, other: &VarDeclParseMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VarDeclParseMode
impl Eq for VarDeclParseMode
impl StructuralPartialEq for VarDeclParseMode
Auto Trait Implementations§
impl Freeze for VarDeclParseMode
impl RefUnwindSafe for VarDeclParseMode
impl Send for VarDeclParseMode
impl Sync for VarDeclParseMode
impl Unpin for VarDeclParseMode
impl UnsafeUnpin for VarDeclParseMode
impl UnwindSafe for VarDeclParseMode
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