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