pub struct WriteLine {
pub label: String,
pub line: Vec<u8>,
}Fields§
§label: String§line: Vec<u8>Implementations§
Auto Trait Implementations§
impl Freeze for WriteLine
impl RefUnwindSafe for WriteLine
impl Send for WriteLine
impl Sync for WriteLine
impl Unpin for WriteLine
impl UnsafeUnpin for WriteLine
impl UnwindSafe for WriteLine
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