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