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