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 useArc
as a wrapper type.
Methods from Deref<Target = KeyId<A, K>>§
Trait Implementations§
source§impl<A, K> Clone for OwnedKeyId<A, K>where
K: ?Sized,
impl<A, K> Clone for OwnedKeyId<A, K>where K: ?Sized,
source§fn clone(&self) -> OwnedKeyId<A, K>
fn clone(&self) -> OwnedKeyId<A, K>
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<A, K> Debug for OwnedKeyId<A, K>where
K: ?Sized,
impl<A, K> Debug for OwnedKeyId<A, K>where K: ?Sized,
source§impl<A, K> Deref for OwnedKeyId<A, K>where
K: ?Sized,
impl<A, K> Deref for OwnedKeyId<A, K>where K: ?Sized,
source§impl<'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,
source§fn 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
source§impl<A, K> Display for OwnedKeyId<A, K>where
K: ?Sized,
impl<A, K> Display for OwnedKeyId<A, K>where K: ?Sized,
source§impl<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,
source§fn 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.
source§impl<A, K> From<OwnedKeyId<A, K>> for Stringwhere
K: ?Sized,
impl<A, K> From<OwnedKeyId<A, K>> for Stringwhere K: ?Sized,
source§fn from(id: OwnedKeyId<A, K>) -> String
fn from(id: OwnedKeyId<A, K>) -> String
Converts to this type from the input type.
source§impl<A, K> FromStr for OwnedKeyId<A, K>where
K: ?Sized,
impl<A, K> FromStr for OwnedKeyId<A, K>where K: ?Sized,
source§impl<A, K> Hash for OwnedKeyId<A, K>where
K: ?Sized,
impl<A, K> Hash for OwnedKeyId<A, K>where K: ?Sized,
source§impl<A, K> Ord for OwnedKeyId<A, K>where
K: ?Sized,
impl<A, K> Ord for OwnedKeyId<A, K>where K: ?Sized,
source§fn cmp(&self, other: &OwnedKeyId<A, K>) -> Ordering
fn cmp(&self, other: &OwnedKeyId<A, K>) -> 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<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,
source§impl<A, K> PartialEq<&str> for OwnedKeyId<A, K>where
K: ?Sized,
impl<A, K> PartialEq<&str> for OwnedKeyId<A, K>where K: ?Sized,
source§impl<A, K> PartialEq<Arc<KeyId<A, K>>> for OwnedKeyId<A, K>where
K: ?Sized,
impl<A, K> PartialEq<Arc<KeyId<A, K>>> for OwnedKeyId<A, K>where K: ?Sized,
source§impl<A, K> PartialEq<Box<KeyId<A, K>, Global>> for OwnedKeyId<A, K>where
K: ?Sized,
impl<A, K> PartialEq<Box<KeyId<A, K>, Global>> for OwnedKeyId<A, K>where K: ?Sized,
source§impl<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,
source§impl<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,
source§fn eq(&self, other: &OwnedKeyId<A, K>) -> bool
fn eq(&self, other: &OwnedKeyId<A, K>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl<A, K> PartialEq<OwnedKeyId<A, K>> for &strwhere
K: ?Sized,
impl<A, K> PartialEq<OwnedKeyId<A, K>> for &strwhere K: ?Sized,
source§fn eq(&self, other: &OwnedKeyId<A, K>) -> bool
fn eq(&self, other: &OwnedKeyId<A, K>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl<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,
source§fn eq(&self, other: &OwnedKeyId<A, K>) -> bool
fn eq(&self, other: &OwnedKeyId<A, K>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl<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,
source§fn eq(&self, other: &OwnedKeyId<A, K>) -> bool
fn eq(&self, other: &OwnedKeyId<A, K>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl<A, K> PartialEq<OwnedKeyId<A, K>> for strwhere
K: ?Sized,
impl<A, K> PartialEq<OwnedKeyId<A, K>> for strwhere K: ?Sized,
source§fn eq(&self, other: &OwnedKeyId<A, K>) -> bool
fn eq(&self, other: &OwnedKeyId<A, K>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl<A, K> PartialEq<String> for OwnedKeyId<A, K>where
K: ?Sized,
impl<A, K> PartialEq<String> for OwnedKeyId<A, K>where K: ?Sized,
source§impl<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,
source§fn partial_cmp(&self, other: &OwnedKeyId<A, K>) -> Option<Ordering>
fn partial_cmp(&self, other: &OwnedKeyId<A, K>) -> Option<Ordering>
1.0.0 · source§fn 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 moresource§impl<A, K> Serialize for OwnedKeyId<A, K>where
K: ?Sized,
impl<A, K> Serialize for OwnedKeyId<A, K>where K: ?Sized,
source§fn 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
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§
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<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.