pub struct UsedInsight {
pub last_used: UsageDetails,
pub resource_visualization: ResourceVisualization,
pub resource_reference: ResourceReference,
pub resource: Entity,
}
Fields§
§last_used: UsageDetails
§resource_visualization: ResourceVisualization
§resource_reference: ResourceReference
§resource: Entity
Trait Implementations§
Source§impl Clone for UsedInsight
impl Clone for UsedInsight
Source§fn clone(&self) -> UsedInsight
fn clone(&self) -> UsedInsight
Returns a duplicate of the value. Read more
1.0.0 · 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 UsedInsight
impl Debug for UsedInsight
Source§impl<'de> Deserialize<'de> for UsedInsight
impl<'de> Deserialize<'de> for UsedInsight
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
Source§impl PartialEq for UsedInsight
impl PartialEq for UsedInsight
Source§impl Serialize for UsedInsight
impl Serialize for UsedInsight
impl Eq for UsedInsight
impl StructuralPartialEq for UsedInsight
Auto Trait Implementations§
impl Freeze for UsedInsight
impl RefUnwindSafe for UsedInsight
impl Send for UsedInsight
impl Sync for UsedInsight
impl Unpin for UsedInsight
impl UnwindSafe for UsedInsight
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