pub struct DirectProducer { /* private fields */ }
Expand description
Producer created on DirectTransport
.
Implementations§
Trait Implementations§
Source§impl Clone for DirectProducer
impl Clone for DirectProducer
Source§fn clone(&self) -> DirectProducer
fn clone(&self) -> DirectProducer
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DirectProducer
impl Debug for DirectProducer
Source§impl From<DirectProducer> for Producer
impl From<DirectProducer> for Producer
Source§fn from(producer: DirectProducer) -> Self
fn from(producer: DirectProducer) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DirectProducer
impl !RefUnwindSafe for DirectProducer
impl Send for DirectProducer
impl Sync for DirectProducer
impl Unpin for DirectProducer
impl !UnwindSafe for DirectProducer
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