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