pub struct SyncTenantGuard { /* private fields */ }Expand description
Guard that resets the sync tenant when dropped.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SyncTenantGuard
impl RefUnwindSafe for SyncTenantGuard
impl Send for SyncTenantGuard
impl Sync for SyncTenantGuard
impl Unpin for SyncTenantGuard
impl UnwindSafe for SyncTenantGuard
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