pub struct Dcc;Expand description
A “dcc” list.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Dcc
impl RefUnwindSafe for Dcc
impl Send for Dcc
impl Sync for Dcc
impl Unpin for Dcc
impl UnwindSafe for Dcc
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