Struct rabbitmq_stream_client::Dedup
source · pub struct Dedup {}
Auto Trait Implementations§
impl RefUnwindSafe for Dedup
impl Send for Dedup
impl Sync for Dedup
impl Unpin for Dedup
impl UnwindSafe for Dedup
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