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