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