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