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