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