Struct ruma_common::KeyId
source · [−]#[repr(transparent)]pub struct KeyId<A, K: ?Sized>(_, _);
Expand description
A key algorithm and key name delimited by a colon.
Implementations
sourceimpl<A, K: ?Sized> KeyId<A, K>
impl<A, K: ?Sized> KeyId<A, K>
sourcepub fn parse(s: impl AsRef<str>) -> Result<OwnedKeyId<A, K>, IdParseError>
pub fn parse(s: impl AsRef<str>) -> Result<OwnedKeyId<A, K>, IdParseError>
Try parsing a &str
into an OwnedKeyId
.
The same can also be done using FromStr
, TryFrom
or TryInto
.
This function is simply more constrained and thus useful in generic contexts.
sourcepub fn parse_box(
s: impl AsRef<str> + Into<Box<str>>
) -> Result<Box<Self>, IdParseError>
pub fn parse_box(
s: impl AsRef<str> + Into<Box<str>>
) -> Result<Box<Self>, IdParseError>
Try parsing a &str
into a Box<KeyId>
.
The same can also be done using FromStr
, TryFrom
or TryInto
.
This function is simply more constrained and thus useful in generic contexts.
Trait Implementations
sourceimpl<A, K: ?Sized> AsRef<KeyId<A, K>> for OwnedKeyId<A, K>
impl<A, K: ?Sized> AsRef<KeyId<A, K>> for OwnedKeyId<A, K>
sourceimpl<A, K: ?Sized> Borrow<KeyId<A, K>> for OwnedKeyId<A, K>
impl<A, K: ?Sized> Borrow<KeyId<A, K>> for OwnedKeyId<A, K>
sourceimpl<'de, A, K: ?Sized> Deserialize<'de> for Box<KeyId<A, K>>
impl<'de, A, K: ?Sized> Deserialize<'de> for Box<KeyId<A, K>>
sourcefn 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
sourceimpl<A, K: ?Sized> From<&KeyId<A, K>> for OwnedKeyId<A, K>
impl<A, K: ?Sized> From<&KeyId<A, K>> for OwnedKeyId<A, K>
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: ?Sized> Ord for KeyId<A, K>
impl<A, K: ?Sized> Ord for KeyId<A, K>
sourceimpl<A, K: ?Sized> PartialEq<&KeyId<A, K>> for OwnedKeyId<A, K>
impl<A, K: ?Sized> PartialEq<&KeyId<A, K>> for OwnedKeyId<A, K>
sourceimpl<A, K: ?Sized> PartialEq<KeyId<A, K>> for OwnedKeyId<A, K>
impl<A, K: ?Sized> PartialEq<KeyId<A, K>> for OwnedKeyId<A, K>
sourceimpl<A, K: ?Sized> PartialEq<OwnedKeyId<A, K>> for KeyId<A, K>
impl<A, K: ?Sized> PartialEq<OwnedKeyId<A, K>> for KeyId<A, K>
sourceimpl<A, K: ?Sized> PartialEq<OwnedKeyId<A, K>> for &KeyId<A, K>
impl<A, K: ?Sized> PartialEq<OwnedKeyId<A, K>> for &KeyId<A, K>
sourceimpl<A, K: ?Sized> PartialOrd<KeyId<A, K>> for KeyId<A, K>
impl<A, K: ?Sized> PartialOrd<KeyId<A, K>> for KeyId<A, K>
sourcefn partial_cmp(&self, other: &Self) -> Option<Ordering>
fn partial_cmp(&self, other: &Self) -> 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: ?Sized> ToOwned for KeyId<A, K>
impl<A, K: ?Sized> ToOwned for KeyId<A, K>
type Owned = OwnedKeyId<A, K>
type Owned = OwnedKeyId<A, K>
The resulting type after obtaining ownership.
sourcefn to_owned(&self) -> Self::Owned
fn to_owned(&self) -> Self::Owned
Creates owned data from borrowed data, usually by cloning. Read more
1.63.0 · sourcefn clone_into(&self, target: &mut Self::Owned)
fn clone_into(&self, target: &mut Self::Owned)
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<A, K: ?Sized> Eq for KeyId<A, K>
Auto Trait Implementations
impl<A, K: ?Sized> RefUnwindSafe for KeyId<A, K> where
A: RefUnwindSafe,
K: RefUnwindSafe,
impl<A, K: ?Sized> Send for KeyId<A, K> where
A: Send,
K: Send,
impl<A, K> !Sized for KeyId<A, K>
impl<A, K: ?Sized> Sync for KeyId<A, K> where
A: Sync,
K: Sync,
impl<A, K: ?Sized> Unpin for KeyId<A, K> where
A: Unpin,
K: Unpin,
impl<A, K: ?Sized> UnwindSafe for KeyId<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