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