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