pub struct EntryItem {
pub entry_id: Option<String>,
pub item: Option<ItemContent>,
}Fields§
§entry_id: Option<String>§item: Option<ItemContent>Trait Implementations§
Source§impl<'de> Deserialize<'de> for EntryItem
impl<'de> Deserialize<'de> for EntryItem
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 EntryItem
impl RefUnwindSafe for EntryItem
impl Send for EntryItem
impl Sync for EntryItem
impl Unpin for EntryItem
impl UnwindSafe for EntryItem
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