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