pub enum SecurityBulkUpdateApiKeysParts {
None,
}
Expand description
API parts for the Security Bulk Update Api Keys API
Variants§
None
No parts
Implementations§
Trait Implementations§
Source§impl Clone for SecurityBulkUpdateApiKeysParts
impl Clone for SecurityBulkUpdateApiKeysParts
Source§fn clone(&self) -> SecurityBulkUpdateApiKeysParts
fn clone(&self) -> SecurityBulkUpdateApiKeysParts
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 PartialEq for SecurityBulkUpdateApiKeysParts
impl PartialEq for SecurityBulkUpdateApiKeysParts
Source§fn eq(&self, other: &SecurityBulkUpdateApiKeysParts) -> bool
fn eq(&self, other: &SecurityBulkUpdateApiKeysParts) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for SecurityBulkUpdateApiKeysParts
impl StructuralPartialEq for SecurityBulkUpdateApiKeysParts
Auto Trait Implementations§
impl Freeze for SecurityBulkUpdateApiKeysParts
impl RefUnwindSafe for SecurityBulkUpdateApiKeysParts
impl Send for SecurityBulkUpdateApiKeysParts
impl Sync for SecurityBulkUpdateApiKeysParts
impl Unpin for SecurityBulkUpdateApiKeysParts
impl UnwindSafe for SecurityBulkUpdateApiKeysParts
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