pub struct CDots { /* private fields */ }Expand description
Token
Trait Implementations§
impl Eq for CDots
impl StructuralPartialEq for CDots
Auto Trait Implementations§
impl Freeze for CDots
impl !RefUnwindSafe for CDots
impl !Send for CDots
impl !Sync for CDots
impl Unpin for CDots
impl !UnwindSafe for CDots
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