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