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