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