pub struct Site {Show 13 fields
pub display_name: String,
pub root: Root,
pub sharepoint_ids: SharepointIds,
pub site_collection: SiteCollection,
pub analytics: ItemAnalytics,
pub columns: Vec<ColumnDefinition>,
pub content_types: Vec<ContentType>,
pub drive: Drive,
pub drives: Vec<Drive>,
pub items: Vec<BaseItem>,
pub lists: Vec<List>,
pub sites: Vec<Site>,
pub onenote: Onenote,
}
Fields§
§display_name: String
§root: Root
§site_collection: SiteCollection
§analytics: ItemAnalytics
§columns: Vec<ColumnDefinition>
§content_types: Vec<ContentType>
§drive: Drive
§drives: Vec<Drive>
§items: Vec<BaseItem>
§lists: Vec<List>
§sites: Vec<Site>
§onenote: Onenote
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Site
impl<'de> Deserialize<'de> for Site
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
impl Eq for Site
impl StructuralPartialEq for Site
Auto Trait Implementations§
impl Freeze for Site
impl RefUnwindSafe for Site
impl Send for Site
impl Sync for Site
impl Unpin for Site
impl UnwindSafe for Site
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