Struct ruma_common::OwnedKeyId
source · pub struct OwnedKeyId<A, 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: ?Sized> Clone for OwnedKeyId<A, K>
impl<A, K: ?Sized> Clone for OwnedKeyId<A, K>
source§impl<A, K: ?Sized> Debug for OwnedKeyId<A, K>
impl<A, K: ?Sized> Debug for OwnedKeyId<A, K>
source§impl<A, K: ?Sized> Deref for OwnedKeyId<A, K>
impl<A, K: ?Sized> Deref for OwnedKeyId<A, K>
source§impl<'de, A, K: ?Sized> Deserialize<'de> for OwnedKeyId<A, K>
impl<'de, A, K: ?Sized> Deserialize<'de> for OwnedKeyId<A, K>
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<A, K: ?Sized> Display for OwnedKeyId<A, K>
impl<A, K: ?Sized> Display for OwnedKeyId<A, K>
source§impl<A, K: ?Sized> From<&KeyId<A, K>> for OwnedKeyId<A, K>
impl<A, K: ?Sized> From<&KeyId<A, K>> for OwnedKeyId<A, K>
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: ?Sized> From<OwnedKeyId<A, K>> for String
impl<A, K: ?Sized> From<OwnedKeyId<A, K>> for String
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: ?Sized> FromStr for OwnedKeyId<A, K>
impl<A, K: ?Sized> FromStr for OwnedKeyId<A, K>
source§impl<A, K: ?Sized> Hash for OwnedKeyId<A, K>
impl<A, K: ?Sized> Hash for OwnedKeyId<A, K>
source§impl<A, K: ?Sized> Ord for OwnedKeyId<A, K>
impl<A, K: ?Sized> Ord for OwnedKeyId<A, K>
source§impl<A, K: ?Sized> PartialEq<&KeyId<A, K>> for OwnedKeyId<A, K>
impl<A, K: ?Sized> PartialEq<&KeyId<A, K>> for OwnedKeyId<A, K>
source§impl<A, K: ?Sized> PartialEq<&str> for OwnedKeyId<A, K>
impl<A, K: ?Sized> PartialEq<&str> for OwnedKeyId<A, K>
source§impl<A, K: ?Sized> PartialEq<Arc<KeyId<A, K>>> for OwnedKeyId<A, K>
impl<A, K: ?Sized> PartialEq<Arc<KeyId<A, K>>> for OwnedKeyId<A, K>
source§impl<A, K: ?Sized> PartialEq<Box<KeyId<A, K>, Global>> for OwnedKeyId<A, K>
impl<A, K: ?Sized> PartialEq<Box<KeyId<A, K>, Global>> for OwnedKeyId<A, K>
source§impl<A, K: ?Sized> PartialEq<KeyId<A, K>> for OwnedKeyId<A, K>
impl<A, K: ?Sized> PartialEq<KeyId<A, K>> for OwnedKeyId<A, K>
source§impl<A, K: ?Sized> PartialEq<OwnedKeyId<A, K>> for &KeyId<A, K>
impl<A, K: ?Sized> PartialEq<OwnedKeyId<A, K>> for &KeyId<A, K>
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: ?Sized> PartialEq<OwnedKeyId<A, K>> for &str
impl<A, K: ?Sized> PartialEq<OwnedKeyId<A, K>> for &str
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: ?Sized> PartialEq<OwnedKeyId<A, K>> for Arc<KeyId<A, K>>
impl<A, K: ?Sized> PartialEq<OwnedKeyId<A, K>> for Arc<KeyId<A, K>>
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: ?Sized> PartialEq<OwnedKeyId<A, K>> for Box<KeyId<A, K>>
impl<A, K: ?Sized> PartialEq<OwnedKeyId<A, K>> for Box<KeyId<A, K>>
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: ?Sized> PartialEq<OwnedKeyId<A, K>> for KeyId<A, K>
impl<A, K: ?Sized> PartialEq<OwnedKeyId<A, K>> for KeyId<A, K>
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: ?Sized> PartialEq<OwnedKeyId<A, K>> for OwnedKeyId<A, K>
impl<A, K: ?Sized> PartialEq<OwnedKeyId<A, K>> for OwnedKeyId<A, K>
source§impl<A, K: ?Sized> PartialEq<OwnedKeyId<A, K>> for String
impl<A, K: ?Sized> PartialEq<OwnedKeyId<A, K>> for String
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: ?Sized> PartialEq<OwnedKeyId<A, K>> for str
impl<A, K: ?Sized> PartialEq<OwnedKeyId<A, K>> for str
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: ?Sized> PartialEq<String> for OwnedKeyId<A, K>
impl<A, K: ?Sized> PartialEq<String> for OwnedKeyId<A, K>
source§impl<A, K: ?Sized> PartialOrd<OwnedKeyId<A, K>> for OwnedKeyId<A, K>
impl<A, K: ?Sized> PartialOrd<OwnedKeyId<A, K>> for OwnedKeyId<A, K>
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: ?Sized> Serialize for OwnedKeyId<A, K>
impl<A, K: ?Sized> Serialize for OwnedKeyId<A, K>
impl<A, K: ?Sized> Eq for OwnedKeyId<A, K>
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.