pub struct ItemToUpdateAll {
pub status: Option<ItemStatus>,
pub is_saved: Option<bool>,
pub opt: Option<ItemReadOption>,
}Fields§
§status: Option<ItemStatus>§is_saved: Option<bool>§opt: Option<ItemReadOption>Trait Implementations§
Source§impl<'de> Deserialize<'de> for ItemToUpdateAll
impl<'de> Deserialize<'de> for ItemToUpdateAll
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ItemToUpdateAll
impl RefUnwindSafe for ItemToUpdateAll
impl Send for ItemToUpdateAll
impl Sync for ItemToUpdateAll
impl Unpin for ItemToUpdateAll
impl UnwindSafe for ItemToUpdateAll
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