pub struct SwrContext(/* private fields */);Auto Trait Implementations§
impl Freeze for SwrContext
impl RefUnwindSafe for SwrContext
impl Send for SwrContext
impl Sync for SwrContext
impl Unpin for SwrContext
impl UnsafeUnpin for SwrContext
impl UnwindSafe for SwrContext
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