pub enum SecurityCreateApiKeyParts {
None,
}
Expand description
API parts for the Security Create Api Key API
Variants§
None
No parts
Implementations§
Trait Implementations§
Source§impl Clone for SecurityCreateApiKeyParts
impl Clone for SecurityCreateApiKeyParts
Source§fn clone(&self) -> SecurityCreateApiKeyParts
fn clone(&self) -> SecurityCreateApiKeyParts
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 SecurityCreateApiKeyParts
impl Debug for SecurityCreateApiKeyParts
impl Eq for SecurityCreateApiKeyParts
impl StructuralPartialEq for SecurityCreateApiKeyParts
Auto Trait Implementations§
impl Freeze for SecurityCreateApiKeyParts
impl RefUnwindSafe for SecurityCreateApiKeyParts
impl Send for SecurityCreateApiKeyParts
impl Sync for SecurityCreateApiKeyParts
impl Unpin for SecurityCreateApiKeyParts
impl UnwindSafe for SecurityCreateApiKeyParts
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