pub struct EntryStream { /* private fields */ }Implementations§
Source§impl EntryStream
impl EntryStream
pub fn discarding() -> Self
pub fn writing_to(sink: StreamSink) -> Self
Trait Implementations§
Source§impl Clone for EntryStream
impl Clone for EntryStream
Source§fn clone(&self) -> EntryStream
fn clone(&self) -> EntryStream
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EntryStream
impl Debug for EntryStream
Source§impl Default for EntryStream
impl Default for EntryStream
Source§fn default() -> EntryStream
fn default() -> EntryStream
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for EntryStream
impl !Send for EntryStream
impl !Sync for EntryStream
impl !UnwindSafe for EntryStream
impl Freeze for EntryStream
impl Unpin for EntryStream
impl UnsafeUnpin for EntryStream
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