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