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