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