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