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