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