pub struct Update {
pub update_type: UpdateType,
pub update_date: NaiveDate,
pub value: String,
}Fields§
§update_type: UpdateType§update_date: NaiveDate§value: StringTrait Implementations§
Source§impl<'v_a> ValidateArgs<'v_a> for Update
impl<'v_a> ValidateArgs<'v_a> for Update
Auto Trait Implementations§
impl Freeze for Update
impl RefUnwindSafe for Update
impl Send for Update
impl Sync for Update
impl Unpin for Update
impl UnwindSafe for Update
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