pub struct ByteSink { /* private fields */ }Expand description
Platform-agnostic byte sink abstraction
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ByteSink
impl !RefUnwindSafe for ByteSink
impl !Send for ByteSink
impl !Sync for ByteSink
impl Unpin for ByteSink
impl !UnwindSafe for ByteSink
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more