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