pub struct OutputStreamer { /* private fields */ }Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for OutputStreamer
impl !UnwindSafe for OutputStreamer
impl Freeze for OutputStreamer
impl Send for OutputStreamer
impl Sync for OutputStreamer
impl Unpin for OutputStreamer
impl UnsafeUnpin for OutputStreamer
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