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