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