pub struct SafetyContext { /* private fields */ }Implementations§
Source§impl SafetyContext
impl SafetyContext
Trait Implementations§
Source§impl Clone for SafetyContext
impl Clone for SafetyContext
Source§fn clone(&self) -> SafetyContext
fn clone(&self) -> SafetyContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SafetyContext
impl Debug for SafetyContext
Auto Trait Implementations§
impl Freeze for SafetyContext
impl RefUnwindSafe for SafetyContext
impl Send for SafetyContext
impl Sync for SafetyContext
impl Unpin for SafetyContext
impl UnsafeUnpin for SafetyContext
impl UnwindSafe for SafetyContext
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