pub struct PhaseGuard { /* private fields */ }Expand description
Guard that holds the SDK in a specific phase until dropped.
Trait Implementations§
Source§impl Drop for PhaseGuard
impl Drop for PhaseGuard
Auto Trait Implementations§
impl Freeze for PhaseGuard
impl RefUnwindSafe for PhaseGuard
impl Send for PhaseGuard
impl Sync for PhaseGuard
impl Unpin for PhaseGuard
impl UnsafeUnpin for PhaseGuard
impl UnwindSafe for PhaseGuard
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