pub struct ProjectServiceAccountApiKey {
pub object: String,
pub value: String,
pub name: String,
pub created_at: i64,
pub id: String,
}
Fields§
§object: String
The object type, which is always
organization.project.service_account.api_key
value: String
§name: String
§created_at: i64
§id: String
Trait Implementations§
Source§impl Clone for ProjectServiceAccountApiKey
impl Clone for ProjectServiceAccountApiKey
Source§fn clone(&self) -> ProjectServiceAccountApiKey
fn clone(&self) -> ProjectServiceAccountApiKey
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 moreSource§impl Debug for ProjectServiceAccountApiKey
impl Debug for ProjectServiceAccountApiKey
Source§impl Default for ProjectServiceAccountApiKey
impl Default for ProjectServiceAccountApiKey
Source§fn default() -> ProjectServiceAccountApiKey
fn default() -> ProjectServiceAccountApiKey
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ProjectServiceAccountApiKey
impl RefUnwindSafe for ProjectServiceAccountApiKey
impl Send for ProjectServiceAccountApiKey
impl Sync for ProjectServiceAccountApiKey
impl Unpin for ProjectServiceAccountApiKey
impl UnwindSafe for ProjectServiceAccountApiKey
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