Struct ezno_parser::tsx_keywords::Var
source · pub struct Var;
Trait Implementations§
source§impl From<Var> for TSXKeyword
impl From<Var> for TSXKeyword
source§impl TryFrom<TSXKeyword> for Var
impl TryFrom<TSXKeyword> for Var
§type Error = TSXKeyword
type Error = TSXKeyword
The type returned in the event of a conversion error.
impl Copy for Var
impl Eq for Var
impl StructuralEq for Var
impl StructuralPartialEq for Var
Auto Trait Implementations§
impl RefUnwindSafe for Var
impl Send for Var
impl Sync for Var
impl Unpin for Var
impl UnwindSafe for Var
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