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