pub struct Solved {
pub co: CO,
pub cp: CP,
pub eo: EO,
pub ep: EP,
}Fields§
§co: CO§cp: CP§eo: EO§ep: EPImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Solved
impl RefUnwindSafe for Solved
impl Send for Solved
impl Sync for Solved
impl Unpin for Solved
impl UnwindSafe for Solved
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