pub struct ApiKeySecret(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for ApiKeySecret
impl AsRef<str> for ApiKeySecret
Source§impl Clone for ApiKeySecret
impl Clone for ApiKeySecret
Source§fn clone(&self) -> ApiKeySecret
fn clone(&self) -> ApiKeySecret
Returns a duplicate 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 Debug for ApiKeySecret
impl Debug for ApiKeySecret
Source§impl<'de> Deserialize<'de> for ApiKeySecret
impl<'de> Deserialize<'de> for ApiKeySecret
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for ApiKeySecret
impl Display for ApiKeySecret
Source§impl From<&str> for ApiKeySecret
impl From<&str> for ApiKeySecret
Source§impl From<String> for ApiKeySecret
impl From<String> for ApiKeySecret
Source§impl Hash for ApiKeySecret
impl Hash for ApiKeySecret
Source§impl Ord for ApiKeySecret
impl Ord for ApiKeySecret
Source§fn cmp(&self, other: &ApiKeySecret) -> Ordering
fn cmp(&self, other: &ApiKeySecret) -> Ordering
1.21.0 · 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 PartialEq for ApiKeySecret
impl PartialEq for ApiKeySecret
Source§impl PartialOrd for ApiKeySecret
impl PartialOrd for ApiKeySecret
Source§impl Serialize for ApiKeySecret
impl Serialize for ApiKeySecret
Source§impl ToDbValue for &ApiKeySecret
impl ToDbValue for &ApiKeySecret
fn to_db_value(&self) -> DbValue
fn null_db_value() -> DbValuewhere
Self: Sized,
Source§impl ToDbValue for ApiKeySecret
impl ToDbValue for ApiKeySecret
fn to_db_value(&self) -> DbValue
fn null_db_value() -> DbValuewhere
Self: Sized,
impl Eq for ApiKeySecret
impl StructuralPartialEq for ApiKeySecret
Auto Trait Implementations§
impl Freeze for ApiKeySecret
impl RefUnwindSafe for ApiKeySecret
impl Send for ApiKeySecret
impl Sync for ApiKeySecret
impl Unpin for ApiKeySecret
impl UnsafeUnpin for ApiKeySecret
impl UnwindSafe for ApiKeySecret
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.