Struct lc3_ensemble::parse::simple::Colon
source · pub struct Colon;Expand description
Colon.
Trait Implementations§
source§impl Ord for Colon
impl Ord for Colon
source§impl PartialEq for Colon
impl PartialEq for Colon
source§impl PartialOrd for Colon
impl PartialOrd for Colon
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl TokenParse for Colon
impl TokenParse for Colon
impl Copy for Colon
impl Eq for Colon
impl StructuralPartialEq for Colon
Auto Trait Implementations§
impl Freeze for Colon
impl RefUnwindSafe for Colon
impl Send for Colon
impl Sync for Colon
impl Unpin for Colon
impl UnwindSafe for Colon
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