pub struct GcpProjectCreate {
pub parent: String,
pub projectId: String,
pub state: String,
pub displayName: String,
}Fields§
§parent: String§projectId: String§state: String§displayName: StringTrait Implementations§
Source§impl Debug for GcpProjectCreate
impl Debug for GcpProjectCreate
Source§impl Default for GcpProjectCreate
impl Default for GcpProjectCreate
Source§fn default() -> GcpProjectCreate
fn default() -> GcpProjectCreate
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GcpProjectCreate
impl<'de> Deserialize<'de> for GcpProjectCreate
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 GcpProjectCreate
impl RefUnwindSafe for GcpProjectCreate
impl Send for GcpProjectCreate
impl Sync for GcpProjectCreate
impl Unpin for GcpProjectCreate
impl UnsafeUnpin for GcpProjectCreate
impl UnwindSafe for GcpProjectCreate
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