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