pub enum ProjectApiKeyOwnerType {
User,
ServiceAccount,
}
Expand description
user
or service_account
Variants§
Trait Implementations§
Source§impl Clone for ProjectApiKeyOwnerType
impl Clone for ProjectApiKeyOwnerType
Source§fn clone(&self) -> ProjectApiKeyOwnerType
fn clone(&self) -> ProjectApiKeyOwnerType
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 Debug for ProjectApiKeyOwnerType
impl Debug for ProjectApiKeyOwnerType
Source§impl<'de> Deserialize<'de> for ProjectApiKeyOwnerType
impl<'de> Deserialize<'de> for ProjectApiKeyOwnerType
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 ProjectApiKeyOwnerType
impl PartialEq for ProjectApiKeyOwnerType
Source§impl Serialize for ProjectApiKeyOwnerType
impl Serialize for ProjectApiKeyOwnerType
impl Copy for ProjectApiKeyOwnerType
impl StructuralPartialEq for ProjectApiKeyOwnerType
Auto Trait Implementations§
impl Freeze for ProjectApiKeyOwnerType
impl RefUnwindSafe for ProjectApiKeyOwnerType
impl Send for ProjectApiKeyOwnerType
impl Sync for ProjectApiKeyOwnerType
impl Unpin for ProjectApiKeyOwnerType
impl UnwindSafe for ProjectApiKeyOwnerType
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