pub struct AdminApiKeyOwnerObject;
Expand description
The object type, which is always organization.user
Trait Implementations§
Source§impl Clone for AdminApiKeyOwnerObject
impl Clone for AdminApiKeyOwnerObject
Source§fn clone(&self) -> AdminApiKeyOwnerObject
fn clone(&self) -> AdminApiKeyOwnerObject
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 AdminApiKeyOwnerObject
impl Debug for AdminApiKeyOwnerObject
Source§impl Default for AdminApiKeyOwnerObject
impl Default for AdminApiKeyOwnerObject
Source§fn default() -> AdminApiKeyOwnerObject
fn default() -> AdminApiKeyOwnerObject
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AdminApiKeyOwnerObject
impl<'de> Deserialize<'de> for AdminApiKeyOwnerObject
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 AdminApiKeyOwnerObject
impl PartialEq for AdminApiKeyOwnerObject
Source§impl Serialize for AdminApiKeyOwnerObject
impl Serialize for AdminApiKeyOwnerObject
impl Copy for AdminApiKeyOwnerObject
impl StructuralPartialEq for AdminApiKeyOwnerObject
Auto Trait Implementations§
impl Freeze for AdminApiKeyOwnerObject
impl RefUnwindSafe for AdminApiKeyOwnerObject
impl Send for AdminApiKeyOwnerObject
impl Sync for AdminApiKeyOwnerObject
impl Unpin for AdminApiKeyOwnerObject
impl UnwindSafe for AdminApiKeyOwnerObject
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