pub struct OrganizationApiKeyOwner {
pub type_: String,
pub id: String,
}Expand description
The entity that owns the API Key.
Fields§
§type_: StringThe type of the API Key owner.
id: StringUnique identifier of the API Key owner.
Trait Implementations§
Source§impl Clone for OrganizationApiKeyOwner
impl Clone for OrganizationApiKeyOwner
Source§fn clone(&self) -> OrganizationApiKeyOwner
fn clone(&self) -> OrganizationApiKeyOwner
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OrganizationApiKeyOwner
impl Debug for OrganizationApiKeyOwner
Source§impl<'de> Deserialize<'de> for OrganizationApiKeyOwner
impl<'de> Deserialize<'de> for OrganizationApiKeyOwner
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
Auto Trait Implementations§
impl Freeze for OrganizationApiKeyOwner
impl RefUnwindSafe for OrganizationApiKeyOwner
impl Send for OrganizationApiKeyOwner
impl Sync for OrganizationApiKeyOwner
impl Unpin for OrganizationApiKeyOwner
impl UnsafeUnpin for OrganizationApiKeyOwner
impl UnwindSafe for OrganizationApiKeyOwner
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