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