pub struct EdgeDropGuard<'a, M: Manager> { /* private fields */ }
Expand description
Drop guard for edges to ensure that they are not leaked
Implementations§
Trait Implementations§
Source§impl<'a, M: Manager> Deref for EdgeDropGuard<'a, M>
impl<'a, M: Manager> Deref for EdgeDropGuard<'a, M>
Source§impl<'a, M: Manager> DerefMut for EdgeDropGuard<'a, M>
impl<'a, M: Manager> DerefMut for EdgeDropGuard<'a, M>
Auto Trait Implementations§
impl<'a, M> Freeze for EdgeDropGuard<'a, M>
impl<'a, M> RefUnwindSafe for EdgeDropGuard<'a, M>
impl<'a, M> Send for EdgeDropGuard<'a, M>
impl<'a, M> Sync for EdgeDropGuard<'a, M>
impl<'a, M> Unpin for EdgeDropGuard<'a, M>
impl<'a, M> UnwindSafe for EdgeDropGuard<'a, M>
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