pub struct OutStream {
pub name: String,
/* private fields */
}Fields§
§name: StringImplementations§
Auto Trait Implementations§
impl Freeze for OutStream
impl RefUnwindSafe for OutStream
impl Send for OutStream
impl Sync for OutStream
impl Unpin for OutStream
impl UnwindSafe for OutStream
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