pub struct SKR { /* private fields */ }
Expand description
SKR
Implementations§
Auto Trait Implementations§
impl !Freeze for SKR
impl !RefUnwindSafe for SKR
impl Send for SKR
impl !Sync for SKR
impl Unpin for SKR
impl UnwindSafe for SKR
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