pub struct OwnerControlDrain { /* private fields */ }Expand description
Result of one bounded owner-control drain.
Implementations§
Trait Implementations§
Source§impl Clone for OwnerControlDrain
impl Clone for OwnerControlDrain
Source§fn clone(&self) -> OwnerControlDrain
fn clone(&self) -> OwnerControlDrain
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 OwnerControlDrain
Source§impl Debug for OwnerControlDrain
impl Debug for OwnerControlDrain
impl Eq for OwnerControlDrain
Source§impl PartialEq for OwnerControlDrain
impl PartialEq for OwnerControlDrain
impl StructuralPartialEq for OwnerControlDrain
Auto Trait Implementations§
impl Freeze for OwnerControlDrain
impl RefUnwindSafe for OwnerControlDrain
impl Send for OwnerControlDrain
impl Sync for OwnerControlDrain
impl Unpin for OwnerControlDrain
impl UnsafeUnpin for OwnerControlDrain
impl UnwindSafe for OwnerControlDrain
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