pub struct SclhR { /* private fields */ }
Expand description
Value of the field SCLH
Implementations§
Auto Trait Implementations§
impl Freeze for SclhR
impl RefUnwindSafe for SclhR
impl Send for SclhR
impl Sync for SclhR
impl Unpin for SclhR
impl UnwindSafe for SclhR
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