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