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