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