pub struct DrainBarrierProbe { /* private fields */ }Expand description
Observation side of a revocation’s DrainBarrier.
Implementations§
Trait Implementations§
Source§impl Clone for DrainBarrierProbe
impl Clone for DrainBarrierProbe
Source§fn clone(&self) -> DrainBarrierProbe
fn clone(&self) -> DrainBarrierProbe
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 moreAuto Trait Implementations§
impl Freeze for DrainBarrierProbe
impl RefUnwindSafe for DrainBarrierProbe
impl Send for DrainBarrierProbe
impl Sync for DrainBarrierProbe
impl Unpin for DrainBarrierProbe
impl UnsafeUnpin for DrainBarrierProbe
impl UnwindSafe for DrainBarrierProbe
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