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