pub struct DebugSinkNoCopy<T> { /* private fields */ }Expand description
Nocopy version of DebugSink.
Implementations§
Source§impl<T> DebugSinkNoCopy<T>
impl<T> DebugSinkNoCopy<T>
pub fn new(src: NoCopyStreamp<T>) -> Self
Trait Implementations§
Source§impl<T> Block for DebugSinkNoCopy<T>
impl<T> Block for DebugSinkNoCopy<T>
Source§impl<T> BlockEOF for DebugSinkNoCopy<T>
impl<T> BlockEOF for DebugSinkNoCopy<T>
Source§impl<T> BlockName for DebugSinkNoCopy<T>
impl<T> BlockName for DebugSinkNoCopy<T>
Source§fn block_name(&self) -> &str
fn block_name(&self) -> &str
Name of block Read more
Auto Trait Implementations§
impl<T> Freeze for DebugSinkNoCopy<T>
impl<T> RefUnwindSafe for DebugSinkNoCopy<T>
impl<T> Send for DebugSinkNoCopy<T>where
T: Send,
impl<T> Sync for DebugSinkNoCopy<T>where
T: Send,
impl<T> Unpin for DebugSinkNoCopy<T>
impl<T> UnwindSafe for DebugSinkNoCopy<T>
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