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