pub struct LineOutput { /* private fields */ }Expand description
Line-mode output collection has been configured.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LineOutput
impl RefUnwindSafe for LineOutput
impl Send for LineOutput
impl Sync for LineOutput
impl Unpin for LineOutput
impl UnsafeUnpin for LineOutput
impl UnwindSafe for LineOutput
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