pub struct EmptyDetach;Expand description
Empty detach replay cell.
Trait Implementations§
Source§impl Clone for EmptyDetach
impl Clone for EmptyDetach
Source§fn clone(&self) -> EmptyDetach
fn clone(&self) -> EmptyDetach
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 EmptyDetach
Source§impl Debug for EmptyDetach
impl Debug for EmptyDetach
Source§impl Default for EmptyDetach
impl Default for EmptyDetach
Source§fn default() -> EmptyDetach
fn default() -> EmptyDetach
Returns the “default value” for a type. Read more
impl Eq for EmptyDetach
Source§impl PartialEq for EmptyDetach
impl PartialEq for EmptyDetach
impl StructuralPartialEq for EmptyDetach
Auto Trait Implementations§
impl Freeze for EmptyDetach
impl RefUnwindSafe for EmptyDetach
impl Send for EmptyDetach
impl Sync for EmptyDetach
impl Unpin for EmptyDetach
impl UnsafeUnpin for EmptyDetach
impl UnwindSafe for EmptyDetach
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