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