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