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: StringService accounts can only have one role of type member
created_at: i64§api_key: ProjectServiceAccountApiKeyTrait Implementations§
Source§impl Clone for ProjectServiceAccountCreateResponse
impl Clone for ProjectServiceAccountCreateResponse
Source§fn clone(&self) -> ProjectServiceAccountCreateResponse
fn clone(&self) -> ProjectServiceAccountCreateResponse
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 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