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