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