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