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