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