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