pub struct ItadLookupResult {
pub found: bool,
pub id: Option<String>,
pub slug: Option<String>,
pub title: Option<String>,
}Fields§
§found: bool§id: Option<String>§slug: Option<String>§title: Option<String>Trait Implementations§
Source§impl Debug for ItadLookupResult
impl Debug for ItadLookupResult
Source§impl<'de> Deserialize<'de> for ItadLookupResult
impl<'de> Deserialize<'de> for ItadLookupResult
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 ItadLookupResult
impl RefUnwindSafe for ItadLookupResult
impl Send for ItadLookupResult
impl Sync for ItadLookupResult
impl Unpin for ItadLookupResult
impl UnwindSafe for ItadLookupResult
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