pub struct DirectoryCalendarResources {
pub etag: Option<String>,
pub items: Option<Vec<DirectoryCalendarResource>>,
pub kind: Option<String>,
pub nextPageToken: Option<String>,
}Fields§
§etag: Option<String>§items: Option<Vec<DirectoryCalendarResource>>§kind: Option<String>§nextPageToken: Option<String>Trait Implementations§
Source§impl Debug for DirectoryCalendarResources
impl Debug for DirectoryCalendarResources
Source§impl<'de> Deserialize<'de> for DirectoryCalendarResources
impl<'de> Deserialize<'de> for DirectoryCalendarResources
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 DirectoryCalendarResources
impl RefUnwindSafe for DirectoryCalendarResources
impl Send for DirectoryCalendarResources
impl Sync for DirectoryCalendarResources
impl Unpin for DirectoryCalendarResources
impl UnwindSafe for DirectoryCalendarResources
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