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