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