pub struct ColonColon {}Trait Implementations§
Source§impl Clone for ColonColon
impl Clone for ColonColon
Source§fn clone(&self) -> ColonColon
fn clone(&self) -> ColonColon
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ColonColon
impl Debug for ColonColon
Source§impl PartialEq for ColonColon
impl PartialEq for ColonColon
Source§fn eq(&self, other: &ColonColon) -> bool
fn eq(&self, other: &ColonColon) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ColonColon
Auto Trait Implementations§
impl Freeze for ColonColon
impl RefUnwindSafe for ColonColon
impl Send for ColonColon
impl Sync for ColonColon
impl Unpin for ColonColon
impl UnsafeUnpin for ColonColon
impl UnwindSafe for ColonColon
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