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