pub struct OfficeGraphInsights {
pub trending: Vec<Trending>,
pub shared: Vec<SharedInsight>,
pub used: Vec<UsedInsight>,
}
Fields§
§trending: Vec<Trending>
§used: Vec<UsedInsight>
Trait Implementations§
Source§impl Clone for OfficeGraphInsights
impl Clone for OfficeGraphInsights
Source§fn clone(&self) -> OfficeGraphInsights
fn clone(&self) -> OfficeGraphInsights
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 OfficeGraphInsights
impl Debug for OfficeGraphInsights
Source§impl<'de> Deserialize<'de> for OfficeGraphInsights
impl<'de> Deserialize<'de> for OfficeGraphInsights
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 OfficeGraphInsights
impl PartialEq for OfficeGraphInsights
Source§impl Serialize for OfficeGraphInsights
impl Serialize for OfficeGraphInsights
impl Eq for OfficeGraphInsights
impl StructuralPartialEq for OfficeGraphInsights
Auto Trait Implementations§
impl Freeze for OfficeGraphInsights
impl RefUnwindSafe for OfficeGraphInsights
impl Send for OfficeGraphInsights
impl Sync for OfficeGraphInsights
impl Unpin for OfficeGraphInsights
impl UnwindSafe for OfficeGraphInsights
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