pub struct Colon;
Expand description
Represents the terminal symbol :
Trait Implementations§
Source§impl Ord for Colon
impl Ord for Colon
Source§impl PartialOrd for Colon
impl PartialOrd 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