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