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