pub struct SessionGarbageCollector { /* private fields */ }Implementations§
Auto Trait Implementations§
impl !Freeze for SessionGarbageCollector
impl RefUnwindSafe for SessionGarbageCollector
impl Send for SessionGarbageCollector
impl Sync for SessionGarbageCollector
impl Unpin for SessionGarbageCollector
impl UnsafeUnpin for SessionGarbageCollector
impl UnwindSafe for SessionGarbageCollector
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