pub struct RemoveConnectionBarrierOnDrop { /* private fields */ }
Expand description
Utility to track number of active connections. See AcceptorConnectionGate for usage.
Trait Implementations§
Source§impl Clone for RemoveConnectionBarrierOnDrop
impl Clone for RemoveConnectionBarrierOnDrop
Source§fn clone(&self) -> RemoveConnectionBarrierOnDrop
fn clone(&self) -> RemoveConnectionBarrierOnDrop
Returns a duplicate of the value. Read more
1.0.0 · 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 RemoveConnectionBarrierOnDrop
impl RefUnwindSafe for RemoveConnectionBarrierOnDrop
impl Send for RemoveConnectionBarrierOnDrop
impl Sync for RemoveConnectionBarrierOnDrop
impl Unpin for RemoveConnectionBarrierOnDrop
impl UnwindSafe for RemoveConnectionBarrierOnDrop
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