pub struct Solutions(/* private fields */);Expand description
Implementations§
Trait Implementations§
impl Copy for Solutions
Auto Trait Implementations§
impl Freeze for Solutions
impl RefUnwindSafe for Solutions
impl Send for Solutions
impl Sync for Solutions
impl Unpin for Solutions
impl UnwindSafe for Solutions
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