Struct ruma::OwnedKeyId 
source · [−]pub struct OwnedKeyId<A, K> where
    K: ?Sized,  { /* private fields */ }Expand description
Owned variant of KeyId
The wrapper type for this type is variable, by default it’ll use Box,
but you can change that by setting “--cfg=ruma_identifiers_storage=...” using
RUSTFLAGS or .cargo/config.toml (under [build] -> rustflags = ["..."])
to the following;
ruma_identifiers_storage="Arc"to useArcas a wrapper type.
Methods from Deref<Target = KeyId<A, K>>
Trait Implementations
sourceimpl<A, K> AsRef<KeyId<A, K>> for OwnedKeyId<A, K> where
    K: ?Sized, 
 
impl<A, K> AsRef<KeyId<A, K>> for OwnedKeyId<A, K> where
    K: ?Sized, 
sourceimpl<A, K> AsRef<str> for OwnedKeyId<A, K> where
    K: ?Sized, 
 
impl<A, K> AsRef<str> for OwnedKeyId<A, K> where
    K: ?Sized, 
sourceimpl<A, K> Borrow<KeyId<A, K>> for OwnedKeyId<A, K> where
    K: ?Sized, 
 
impl<A, K> Borrow<KeyId<A, K>> for OwnedKeyId<A, K> where
    K: ?Sized, 
sourceimpl<A, K> Clone for OwnedKeyId<A, K> where
    K: ?Sized, 
 
impl<A, K> Clone for OwnedKeyId<A, K> where
    K: ?Sized, 
sourcefn clone(&self) -> OwnedKeyId<A, K>
 
fn clone(&self) -> OwnedKeyId<A, K>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl<A, K> Debug for OwnedKeyId<A, K> where
    K: ?Sized, 
 
impl<A, K> Debug for OwnedKeyId<A, K> where
    K: ?Sized, 
sourceimpl<A, K> Deref for OwnedKeyId<A, K> where
    K: ?Sized, 
 
impl<A, K> Deref for OwnedKeyId<A, K> where
    K: ?Sized, 
sourceimpl<'de, A, K> Deserialize<'de> for OwnedKeyId<A, K> where
    K: ?Sized, 
 
impl<'de, A, K> Deserialize<'de> for OwnedKeyId<A, K> where
    K: ?Sized, 
sourcefn deserialize<D>(
    deserializer: D
) -> Result<OwnedKeyId<A, K>, <D as Deserializer<'de>>::Error> where
    D: Deserializer<'de>, 
 
fn deserialize<D>(
    deserializer: D
) -> Result<OwnedKeyId<A, K>, <D as Deserializer<'de>>::Error> where
    D: Deserializer<'de>, 
Deserialize this value from the given Serde deserializer. Read more
sourceimpl<A, K> Display for OwnedKeyId<A, K> where
    K: ?Sized, 
 
impl<A, K> Display for OwnedKeyId<A, K> where
    K: ?Sized, 
sourceimpl<'_, A, K> From<&KeyId<A, K>> for OwnedKeyId<A, K> where
    K: ?Sized, 
 
impl<'_, A, K> From<&KeyId<A, K>> for OwnedKeyId<A, K> where
    K: ?Sized, 
sourcefn from(id: &KeyId<A, K>) -> OwnedKeyId<A, K>
 
fn from(id: &KeyId<A, K>) -> OwnedKeyId<A, K>
Converts to this type from the input type.
sourceimpl<A, K> From<Arc<KeyId<A, K>>> for OwnedKeyId<A, K> where
    K: ?Sized, 
 
impl<A, K> From<Arc<KeyId<A, K>>> for OwnedKeyId<A, K> where
    K: ?Sized, 
sourcefn from(a: Arc<KeyId<A, K>>) -> OwnedKeyId<A, K>
 
fn from(a: Arc<KeyId<A, K>>) -> OwnedKeyId<A, K>
Converts to this type from the input type.
sourceimpl<A, K> FromStr for OwnedKeyId<A, K> where
    K: ?Sized, 
 
impl<A, K> FromStr for OwnedKeyId<A, K> where
    K: ?Sized, 
sourceimpl<A, K> Hash for OwnedKeyId<A, K> where
    K: ?Sized, 
 
impl<A, K> Hash for OwnedKeyId<A, K> where
    K: ?Sized, 
sourceimpl<A, K> Ord for OwnedKeyId<A, K> where
    K: ?Sized, 
 
impl<A, K> Ord for OwnedKeyId<A, K> where
    K: ?Sized, 
sourceimpl<'_, A, K> PartialEq<&KeyId<A, K>> for OwnedKeyId<A, K> where
    K: ?Sized, 
 
impl<'_, A, K> PartialEq<&KeyId<A, K>> for OwnedKeyId<A, K> where
    K: ?Sized, 
sourceimpl<'_, A, K> PartialEq<&str> for OwnedKeyId<A, K> where
    K: ?Sized, 
 
impl<'_, A, K> PartialEq<&str> for OwnedKeyId<A, K> where
    K: ?Sized, 
sourceimpl<A, K> PartialEq<KeyId<A, K>> for OwnedKeyId<A, K> where
    K: ?Sized, 
 
impl<A, K> PartialEq<KeyId<A, K>> for OwnedKeyId<A, K> where
    K: ?Sized, 
sourceimpl<'_, A, K> PartialEq<OwnedKeyId<A, K>> for &KeyId<A, K> where
    K: ?Sized, 
 
impl<'_, A, K> PartialEq<OwnedKeyId<A, K>> for &KeyId<A, K> where
    K: ?Sized, 
sourceimpl<A, K> PartialEq<OwnedKeyId<A, K>> for OwnedKeyId<A, K> where
    K: ?Sized, 
 
impl<A, K> PartialEq<OwnedKeyId<A, K>> for OwnedKeyId<A, K> where
    K: ?Sized, 
sourceimpl<'_, A, K> PartialEq<OwnedKeyId<A, K>> for &str where
    K: ?Sized, 
 
impl<'_, A, K> PartialEq<OwnedKeyId<A, K>> for &str where
    K: ?Sized, 
sourceimpl<A, K> PartialEq<OwnedKeyId<A, K>> for KeyId<A, K> where
    K: ?Sized, 
 
impl<A, K> PartialEq<OwnedKeyId<A, K>> for KeyId<A, K> where
    K: ?Sized, 
sourceimpl<A, K> PartialEq<OwnedKeyId<A, K>> for str where
    K: ?Sized, 
 
impl<A, K> PartialEq<OwnedKeyId<A, K>> for str where
    K: ?Sized, 
sourceimpl<A, K> PartialEq<String> for OwnedKeyId<A, K> where
    K: ?Sized, 
 
impl<A, K> PartialEq<String> for OwnedKeyId<A, K> where
    K: ?Sized, 
sourceimpl<A, K> PartialEq<str> for OwnedKeyId<A, K> where
    K: ?Sized, 
 
impl<A, K> PartialEq<str> for OwnedKeyId<A, K> where
    K: ?Sized, 
sourceimpl<A, K> PartialOrd<OwnedKeyId<A, K>> for OwnedKeyId<A, K> where
    K: ?Sized, 
 
impl<A, K> PartialOrd<OwnedKeyId<A, K>> for OwnedKeyId<A, K> where
    K: ?Sized, 
sourcefn partial_cmp(&self, other: &OwnedKeyId<A, K>) -> Option<Ordering>
 
fn partial_cmp(&self, other: &OwnedKeyId<A, K>) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
 
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
 
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
sourceimpl<A, K> Serialize for OwnedKeyId<A, K> where
    K: ?Sized, 
 
impl<A, K> Serialize for OwnedKeyId<A, K> where
    K: ?Sized, 
sourcefn serialize<S>(
    &self, 
    serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error> where
    S: Serializer, 
 
fn serialize<S>(
    &self, 
    serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error> where
    S: Serializer, 
Serialize this value into the given Serde serializer. Read more
sourceimpl<'_, A, K> TryFrom<&str> for OwnedKeyId<A, K> where
    K: ?Sized, 
 
impl<'_, A, K> TryFrom<&str> for OwnedKeyId<A, K> where
    K: ?Sized, 
sourceimpl<A, K> TryFrom<String> for OwnedKeyId<A, K> where
    K: ?Sized, 
 
impl<A, K> TryFrom<String> for OwnedKeyId<A, K> where
    K: ?Sized, 
impl<A, K> Eq for OwnedKeyId<A, K> where
    K: ?Sized, 
Auto Trait Implementations
impl<A, K: ?Sized> RefUnwindSafe for OwnedKeyId<A, K> where
    A: RefUnwindSafe,
    K: RefUnwindSafe, 
impl<A, K: ?Sized> Send for OwnedKeyId<A, K> where
    A: Send,
    K: Send, 
impl<A, K: ?Sized> Sync for OwnedKeyId<A, K> where
    A: Sync,
    K: Sync, 
impl<A, K: ?Sized> Unpin for OwnedKeyId<A, K>
impl<A, K: ?Sized> UnwindSafe for OwnedKeyId<A, K> where
    A: UnwindSafe,
    K: UnwindSafe, 
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> CallHasher for T where
    T: Hash + ?Sized, 
 
impl<T> CallHasher for T where
    T: Hash + ?Sized, 
sourceimpl<Q, K> Equivalent<K> for Q where
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized, 
 
impl<Q, K> Equivalent<K> for Q where
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized, 
sourcefn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to key and return true if they are equal.
sourceimpl<T> Instrument for T
 
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
 
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
    S: Into<Dispatch>, 
 
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
    S: Into<Dispatch>, 
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
 
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
