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