pub struct DiscoveryItemUpdated {
pub item: DiscoveryCatalogItem,
pub timestamp: OffsetDateTime,
}Fields§
§item: DiscoveryCatalogItem§timestamp: OffsetDateTimeTrait Implementations§
Source§impl Clone for DiscoveryItemUpdated
impl Clone for DiscoveryItemUpdated
Source§fn clone(&self) -> DiscoveryItemUpdated
fn clone(&self) -> DiscoveryItemUpdated
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DiscoveryItemUpdated
impl Debug for DiscoveryItemUpdated
Source§impl<'de> Deserialize<'de> for DiscoveryItemUpdated
impl<'de> Deserialize<'de> for DiscoveryItemUpdated
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 DiscoveryItemUpdated
impl RefUnwindSafe for DiscoveryItemUpdated
impl Send for DiscoveryItemUpdated
impl Sync for DiscoveryItemUpdated
impl Unpin for DiscoveryItemUpdated
impl UnsafeUnpin for DiscoveryItemUpdated
impl UnwindSafe for DiscoveryItemUpdated
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