pub struct DefaultConsumer;
Implementations§
Trait Implementations§
Source§impl<T> DroppedValueConsumer<T> for DefaultConsumer
impl<T> DroppedValueConsumer<T> for DefaultConsumer
Auto Trait Implementations§
impl Freeze for DefaultConsumer
impl RefUnwindSafe for DefaultConsumer
impl Send for DefaultConsumer
impl Sync for DefaultConsumer
impl Unpin for DefaultConsumer
impl UnwindSafe for DefaultConsumer
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