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