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