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