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