pub struct SigningKeyId<'a>(/* private fields */);Expand description
Borrowed provider-owned signing key identifier.
Implementations§
Trait Implementations§
Source§impl<'a> Clone for SigningKeyId<'a>
impl<'a> Clone for SigningKeyId<'a>
Source§fn clone(&self) -> SigningKeyId<'a>
fn clone(&self) -> SigningKeyId<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<'a> Copy for SigningKeyId<'a>
Source§impl Debug for SigningKeyId<'_>
impl Debug for SigningKeyId<'_>
impl<'a> Eq for SigningKeyId<'a>
Source§impl<'a> Hash for SigningKeyId<'a>
impl<'a> Hash for SigningKeyId<'a>
Source§impl<'a> Ord for SigningKeyId<'a>
impl<'a> Ord for SigningKeyId<'a>
Source§fn cmp(&self, other: &SigningKeyId<'a>) -> Ordering
fn cmp(&self, other: &SigningKeyId<'a>) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> PartialEq for SigningKeyId<'a>
impl<'a> PartialEq for SigningKeyId<'a>
Source§impl<'a> PartialOrd for SigningKeyId<'a>
impl<'a> PartialOrd for SigningKeyId<'a>
impl<'a> StructuralPartialEq for SigningKeyId<'a>
Auto Trait Implementations§
impl<'a> Freeze for SigningKeyId<'a>
impl<'a> RefUnwindSafe for SigningKeyId<'a>
impl<'a> Send for SigningKeyId<'a>
impl<'a> Sync for SigningKeyId<'a>
impl<'a> Unpin for SigningKeyId<'a>
impl<'a> UnsafeUnpin for SigningKeyId<'a>
impl<'a> UnwindSafe for SigningKeyId<'a>
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