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