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