pub struct WriterLane { /* private fields */ }Expand description
An acquired serialized writer lane.
Trait Implementations§
Source§impl Clone for WriterLane
impl Clone for WriterLane
Source§fn clone(&self) -> WriterLane
fn clone(&self) -> WriterLane
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WriterLane
Source§impl Debug for WriterLane
impl Debug for WriterLane
impl Eq for WriterLane
Source§impl PartialEq for WriterLane
impl PartialEq for WriterLane
impl StructuralPartialEq for WriterLane
Auto Trait Implementations§
impl Freeze for WriterLane
impl RefUnwindSafe for WriterLane
impl Send for WriterLane
impl Sync for WriterLane
impl Unpin for WriterLane
impl UnsafeUnpin for WriterLane
impl UnwindSafe for WriterLane
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