pub struct DirectDataProducer { /* private fields */ }
Expand description
Data producer created on DirectTransport
.
Implementations§
Trait Implementations§
Source§impl Clone for DirectDataProducer
impl Clone for DirectDataProducer
Source§fn clone(&self) -> DirectDataProducer
fn clone(&self) -> DirectDataProducer
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 DirectDataProducer
impl Debug for DirectDataProducer
Source§impl From<DirectDataProducer> for DataProducer
impl From<DirectDataProducer> for DataProducer
Source§fn from(producer: DirectDataProducer) -> Self
fn from(producer: DirectDataProducer) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DirectDataProducer
impl !RefUnwindSafe for DirectDataProducer
impl Send for DirectDataProducer
impl Sync for DirectDataProducer
impl Unpin for DirectDataProducer
impl !UnwindSafe for DirectDataProducer
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