pub struct IntelItem {
pub source: String,
pub version: String,
pub date: String,
pub body: String,
pub url: String,
pub etag: Option<String>,
pub tags: Vec<String>,
}Fields§
§source: String§version: String§date: String§body: String§url: String§etag: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for IntelItem
impl<'de> Deserialize<'de> for IntelItem
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 IntelItem
impl RefUnwindSafe for IntelItem
impl Send for IntelItem
impl Sync for IntelItem
impl Unpin for IntelItem
impl UnsafeUnpin for IntelItem
impl UnwindSafe for IntelItem
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