pub struct ProjectServiceAccountCreateRequest {
pub name: String,
}
Fields§
§name: String
The name of the service account being created.
Implementations§
Trait Implementations§
Source§impl Clone for ProjectServiceAccountCreateRequest
impl Clone for ProjectServiceAccountCreateRequest
Source§fn clone(&self) -> ProjectServiceAccountCreateRequest
fn clone(&self) -> ProjectServiceAccountCreateRequest
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<'de> Deserialize<'de> for ProjectServiceAccountCreateRequest
impl<'de> Deserialize<'de> for ProjectServiceAccountCreateRequest
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
Source§impl PartialEq for ProjectServiceAccountCreateRequest
impl PartialEq for ProjectServiceAccountCreateRequest
Source§fn eq(&self, other: &ProjectServiceAccountCreateRequest) -> bool
fn eq(&self, other: &ProjectServiceAccountCreateRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ProjectServiceAccountCreateRequest
Auto Trait Implementations§
impl Freeze for ProjectServiceAccountCreateRequest
impl RefUnwindSafe for ProjectServiceAccountCreateRequest
impl Send for ProjectServiceAccountCreateRequest
impl Sync for ProjectServiceAccountCreateRequest
impl Unpin for ProjectServiceAccountCreateRequest
impl UnwindSafe for ProjectServiceAccountCreateRequest
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