pub struct LSI;Auto Trait Implementations§
impl Freeze for LSI
impl RefUnwindSafe for LSI
impl Send for LSI
impl Sync for LSI
impl Unpin for LSI
impl UnsafeUnpin for LSI
impl UnwindSafe for LSI
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