pub enum ExtendedCopyBothServerDone {}Expand description
Protocol phase marker for ExtendedCopyBothServerDone.
Trait Implementations§
Source§impl Clone for ExtendedCopyBothServerDone
impl Clone for ExtendedCopyBothServerDone
Source§fn clone(&self) -> ExtendedCopyBothServerDone
fn clone(&self) -> ExtendedCopyBothServerDone
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 ExtendedCopyBothServerDone
Source§impl Debug for ExtendedCopyBothServerDone
impl Debug for ExtendedCopyBothServerDone
impl Eq for ExtendedCopyBothServerDone
impl StructuralPartialEq for ExtendedCopyBothServerDone
Auto Trait Implementations§
impl Freeze for ExtendedCopyBothServerDone
impl RefUnwindSafe for ExtendedCopyBothServerDone
impl Send for ExtendedCopyBothServerDone
impl Sync for ExtendedCopyBothServerDone
impl Unpin for ExtendedCopyBothServerDone
impl UnsafeUnpin for ExtendedCopyBothServerDone
impl UnwindSafe for ExtendedCopyBothServerDone
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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