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