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