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