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