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