pub struct GoogleFirestoreAdminV1ResourceIdentity {
pub principal: Option<String>,
}Expand description
Describes a Resource Identity principal.
This type is not used in any activity, and only used as part of another schema.
Fields§
§principal: Option<String>Output only. Principal identifier string. See: https://cloud.google.com/iam/docs/principal-identifiers
Trait Implementations§
Source§impl Clone for GoogleFirestoreAdminV1ResourceIdentity
impl Clone for GoogleFirestoreAdminV1ResourceIdentity
Source§fn clone(&self) -> GoogleFirestoreAdminV1ResourceIdentity
fn clone(&self) -> GoogleFirestoreAdminV1ResourceIdentity
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GoogleFirestoreAdminV1ResourceIdentity
impl Default for GoogleFirestoreAdminV1ResourceIdentity
Source§fn default() -> GoogleFirestoreAdminV1ResourceIdentity
fn default() -> GoogleFirestoreAdminV1ResourceIdentity
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleFirestoreAdminV1ResourceIdentity
impl<'de> Deserialize<'de> for GoogleFirestoreAdminV1ResourceIdentity
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
impl Part for GoogleFirestoreAdminV1ResourceIdentity
Auto Trait Implementations§
impl Freeze for GoogleFirestoreAdminV1ResourceIdentity
impl RefUnwindSafe for GoogleFirestoreAdminV1ResourceIdentity
impl Send for GoogleFirestoreAdminV1ResourceIdentity
impl Sync for GoogleFirestoreAdminV1ResourceIdentity
impl Unpin for GoogleFirestoreAdminV1ResourceIdentity
impl UnwindSafe for GoogleFirestoreAdminV1ResourceIdentity
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