pub struct CollectAll { /* private fields */ }Expand description
Keeps everything it is offered.
Implementations§
Trait Implementations§
Source§impl Debug for CollectAll
impl Debug for CollectAll
Source§impl Default for CollectAll
impl Default for CollectAll
Source§fn default() -> CollectAll
fn default() -> CollectAll
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CollectAll
impl RefUnwindSafe for CollectAll
impl Send for CollectAll
impl Sync for CollectAll
impl Unpin for CollectAll
impl UnsafeUnpin for CollectAll
impl UnwindSafe for CollectAll
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