pub struct StaticArraysGuard { /* private fields */ }Expand description
RAII guard that restores the previous active STATIC_ARRAYS on drop
Trait Implementations§
Source§impl Drop for StaticArraysGuard
impl Drop for StaticArraysGuard
Auto Trait Implementations§
impl Freeze for StaticArraysGuard
impl RefUnwindSafe for StaticArraysGuard
impl Send for StaticArraysGuard
impl Sync for StaticArraysGuard
impl Unpin for StaticArraysGuard
impl UnsafeUnpin for StaticArraysGuard
impl UnwindSafe for StaticArraysGuard
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