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