pub struct GcpProjectList {
pub projects: Vec<GcpProject>,
}Fields§
§projects: Vec<GcpProject>Trait Implementations§
Source§impl Debug for GcpProjectList
impl Debug for GcpProjectList
Source§impl Default for GcpProjectList
impl Default for GcpProjectList
Source§fn default() -> GcpProjectList
fn default() -> GcpProjectList
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GcpProjectList
impl<'de> Deserialize<'de> for GcpProjectList
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 GcpProjectList
impl RefUnwindSafe for GcpProjectList
impl Send for GcpProjectList
impl Sync for GcpProjectList
impl Unpin for GcpProjectList
impl UnsafeUnpin for GcpProjectList
impl UnwindSafe for GcpProjectList
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