pub(crate) struct BoundGuard {
plane: Arc<ControlPlane>,
}Expand description
The published bound listener’s registration. Un-publishes on drop.
Fields§
§plane: Arc<ControlPlane>Trait Implementations§
Source§impl Drop for BoundGuard
impl Drop for BoundGuard
Auto Trait Implementations§
impl !RefUnwindSafe for BoundGuard
impl !UnwindSafe for BoundGuard
impl Freeze for BoundGuard
impl Send for BoundGuard
impl Sync for BoundGuard
impl Unpin for BoundGuard
impl UnsafeUnpin for BoundGuard
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