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