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