pub struct ReadyToSend;Trait Implementations§
Source§impl Clone for ReadyToSend
impl Clone for ReadyToSend
Source§fn clone(&self) -> ReadyToSend
fn clone(&self) -> ReadyToSend
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 moreSource§impl Debug for ReadyToSend
impl Debug for ReadyToSend
Source§impl PartialEq for ReadyToSend
impl PartialEq for ReadyToSend
Source§fn eq(&self, other: &ReadyToSend) -> bool
fn eq(&self, other: &ReadyToSend) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ReadyToSend
impl StructuralPartialEq for ReadyToSend
Auto Trait Implementations§
impl Freeze for ReadyToSend
impl RefUnwindSafe for ReadyToSend
impl Send for ReadyToSend
impl Sync for ReadyToSend
impl Unpin for ReadyToSend
impl UnsafeUnpin for ReadyToSend
impl UnwindSafe for ReadyToSend
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