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