pub struct Tradeoff {
pub area: String,
pub detail: String,
}Fields§
§area: String§detail: StringTrait Implementations§
impl Eq for Tradeoff
impl StructuralPartialEq for Tradeoff
Auto Trait Implementations§
impl Freeze for Tradeoff
impl RefUnwindSafe for Tradeoff
impl Send for Tradeoff
impl Sync for Tradeoff
impl Unpin for Tradeoff
impl UnsafeUnpin for Tradeoff
impl UnwindSafe for Tradeoff
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