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