pub struct ProjectServiceAccountCreateResponse {
pub object: String,
pub id: String,
pub name: String,
pub role: String,
pub created_at: i64,
pub api_key: ProjectServiceAccountApiKey,
}
Fields§
§object: String
§id: String
§name: String
§role: String
Service accounts can only have one role of type member
created_at: i64
§api_key: ProjectServiceAccountApiKey
Trait Implementations§
Source§impl Clone for ProjectServiceAccountCreateResponse
impl Clone for ProjectServiceAccountCreateResponse
Source§fn clone(&self) -> ProjectServiceAccountCreateResponse
fn clone(&self) -> ProjectServiceAccountCreateResponse
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for ProjectServiceAccountCreateResponse
impl RefUnwindSafe for ProjectServiceAccountCreateResponse
impl Send for ProjectServiceAccountCreateResponse
impl Sync for ProjectServiceAccountCreateResponse
impl Unpin for ProjectServiceAccountCreateResponse
impl UnwindSafe for ProjectServiceAccountCreateResponse
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