Struct OwnedOneTimeKeyName
pub struct OwnedOneTimeKeyName { /* private fields */ }
Expand description
Owned variant of OneTimeKeyName
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 = OneTimeKeyName>§
Trait Implementations§
§impl AsRef<[u8]> for OwnedOneTimeKeyName
impl AsRef<[u8]> for OwnedOneTimeKeyName
§impl AsRef<OneTimeKeyName> for OwnedOneTimeKeyName
impl AsRef<OneTimeKeyName> for OwnedOneTimeKeyName
§fn as_ref(&self) -> &OneTimeKeyName
fn as_ref(&self) -> &OneTimeKeyName
Converts this type into a shared reference of the (usually inferred) input type.
§impl AsRef<str> for OwnedOneTimeKeyName
impl AsRef<str> for OwnedOneTimeKeyName
§impl Borrow<OneTimeKeyName> for OwnedOneTimeKeyName
impl Borrow<OneTimeKeyName> for OwnedOneTimeKeyName
§fn borrow(&self) -> &OneTimeKeyName
fn borrow(&self) -> &OneTimeKeyName
Immutably borrows from an owned value. Read more
§impl Clone for OwnedOneTimeKeyName
impl Clone for OwnedOneTimeKeyName
§fn clone(&self) -> OwnedOneTimeKeyName
fn clone(&self) -> OwnedOneTimeKeyName
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 more§impl Debug for OwnedOneTimeKeyName
impl Debug for OwnedOneTimeKeyName
§impl Deref for OwnedOneTimeKeyName
impl Deref for OwnedOneTimeKeyName
§type Target = OneTimeKeyName
type Target = OneTimeKeyName
The resulting type after dereferencing.
§fn deref(&self) -> &<OwnedOneTimeKeyName as Deref>::Target
fn deref(&self) -> &<OwnedOneTimeKeyName as Deref>::Target
Dereferences the value.
§impl<'de> Deserialize<'de> for OwnedOneTimeKeyName
impl<'de> Deserialize<'de> for OwnedOneTimeKeyName
§fn deserialize<D>(
deserializer: D,
) -> Result<OwnedOneTimeKeyName, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D,
) -> Result<OwnedOneTimeKeyName, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl Display for OwnedOneTimeKeyName
impl Display for OwnedOneTimeKeyName
§impl From<&OneTimeKeyName> for OwnedOneTimeKeyName
impl From<&OneTimeKeyName> for OwnedOneTimeKeyName
§fn from(id: &OneTimeKeyName) -> OwnedOneTimeKeyName
fn from(id: &OneTimeKeyName) -> OwnedOneTimeKeyName
Converts to this type from the input type.
§impl From<&str> for OwnedOneTimeKeyName
impl From<&str> for OwnedOneTimeKeyName
§fn from(s: &str) -> OwnedOneTimeKeyName
fn from(s: &str) -> OwnedOneTimeKeyName
Converts to this type from the input type.
§impl From<Arc<OneTimeKeyName>> for OwnedOneTimeKeyName
impl From<Arc<OneTimeKeyName>> for OwnedOneTimeKeyName
§fn from(a: Arc<OneTimeKeyName>) -> OwnedOneTimeKeyName
fn from(a: Arc<OneTimeKeyName>) -> OwnedOneTimeKeyName
Converts to this type from the input type.
§impl From<Box<OneTimeKeyName>> for OwnedOneTimeKeyName
impl From<Box<OneTimeKeyName>> for OwnedOneTimeKeyName
§fn from(b: Box<OneTimeKeyName>) -> OwnedOneTimeKeyName
fn from(b: Box<OneTimeKeyName>) -> OwnedOneTimeKeyName
Converts to this type from the input type.
§impl From<Box<str>> for OwnedOneTimeKeyName
impl From<Box<str>> for OwnedOneTimeKeyName
§fn from(s: Box<str>) -> OwnedOneTimeKeyName
fn from(s: Box<str>) -> OwnedOneTimeKeyName
Converts to this type from the input type.
§impl From<OwnedOneTimeKeyName> for Arc<OneTimeKeyName>
impl From<OwnedOneTimeKeyName> for Arc<OneTimeKeyName>
§fn from(a: OwnedOneTimeKeyName) -> Arc<OneTimeKeyName>
fn from(a: OwnedOneTimeKeyName) -> Arc<OneTimeKeyName>
Converts to this type from the input type.
§impl From<OwnedOneTimeKeyName> for Box<OneTimeKeyName>
impl From<OwnedOneTimeKeyName> for Box<OneTimeKeyName>
§fn from(a: OwnedOneTimeKeyName) -> Box<OneTimeKeyName>
fn from(a: OwnedOneTimeKeyName) -> Box<OneTimeKeyName>
Converts to this type from the input type.
§impl From<OwnedOneTimeKeyName> for String
impl From<OwnedOneTimeKeyName> for String
§fn from(id: OwnedOneTimeKeyName) -> String
fn from(id: OwnedOneTimeKeyName) -> String
Converts to this type from the input type.
§impl From<String> for OwnedOneTimeKeyName
impl From<String> for OwnedOneTimeKeyName
§fn from(s: String) -> OwnedOneTimeKeyName
fn from(s: String) -> OwnedOneTimeKeyName
Converts to this type from the input type.
§impl Hash for OwnedOneTimeKeyName
impl Hash for OwnedOneTimeKeyName
§impl KeyName for OwnedOneTimeKeyName
impl KeyName for OwnedOneTimeKeyName
§impl Ord for OwnedOneTimeKeyName
impl Ord for OwnedOneTimeKeyName
§fn cmp(&self, other: &OwnedOneTimeKeyName) -> Ordering
fn cmp(&self, other: &OwnedOneTimeKeyName) -> 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
§impl PartialEq<&OneTimeKeyName> for OwnedOneTimeKeyName
impl PartialEq<&OneTimeKeyName> for OwnedOneTimeKeyName
§impl PartialEq<&str> for OwnedOneTimeKeyName
impl PartialEq<&str> for OwnedOneTimeKeyName
§impl PartialEq<Arc<OneTimeKeyName>> for OwnedOneTimeKeyName
impl PartialEq<Arc<OneTimeKeyName>> for OwnedOneTimeKeyName
§impl PartialEq<Box<OneTimeKeyName>> for OwnedOneTimeKeyName
impl PartialEq<Box<OneTimeKeyName>> for OwnedOneTimeKeyName
§impl PartialEq<OneTimeKeyName> for OwnedOneTimeKeyName
impl PartialEq<OneTimeKeyName> for OwnedOneTimeKeyName
§impl PartialEq<OwnedOneTimeKeyName> for &OneTimeKeyName
impl PartialEq<OwnedOneTimeKeyName> for &OneTimeKeyName
§impl PartialEq<OwnedOneTimeKeyName> for &str
impl PartialEq<OwnedOneTimeKeyName> for &str
§impl PartialEq<OwnedOneTimeKeyName> for Box<OneTimeKeyName>
impl PartialEq<OwnedOneTimeKeyName> for Box<OneTimeKeyName>
§impl PartialEq<OwnedOneTimeKeyName> for OneTimeKeyName
impl PartialEq<OwnedOneTimeKeyName> for OneTimeKeyName
§impl PartialEq<OwnedOneTimeKeyName> for String
impl PartialEq<OwnedOneTimeKeyName> for String
§impl PartialEq<OwnedOneTimeKeyName> for str
impl PartialEq<OwnedOneTimeKeyName> for str
§impl PartialEq<String> for OwnedOneTimeKeyName
impl PartialEq<String> for OwnedOneTimeKeyName
§impl PartialEq<str> for OwnedOneTimeKeyName
impl PartialEq<str> for OwnedOneTimeKeyName
§impl PartialEq for OwnedOneTimeKeyName
impl PartialEq for OwnedOneTimeKeyName
§impl PartialOrd for OwnedOneTimeKeyName
impl PartialOrd for OwnedOneTimeKeyName
§impl Serialize for OwnedOneTimeKeyName
impl Serialize for OwnedOneTimeKeyName
§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 Eq for OwnedOneTimeKeyName
Auto Trait Implementations§
impl Freeze for OwnedOneTimeKeyName
impl RefUnwindSafe for OwnedOneTimeKeyName
impl Send for OwnedOneTimeKeyName
impl Sync for OwnedOneTimeKeyName
impl Unpin for OwnedOneTimeKeyName
impl UnwindSafe for OwnedOneTimeKeyName
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
§impl<T> CompatExt for T
impl<T> CompatExt for T
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.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.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<T> FutureExt for T
impl<T> FutureExt for T
Source§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
Source§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
Source§impl<T, UT> HandleAlloc<UT> for T
impl<T, UT> HandleAlloc<UT> for T
Source§fn consume_handle(handle: Handle) -> Arc<T>
fn consume_handle(handle: Handle) -> Arc<T>
Consume a handle, getting back the initial
Arc<>
Source§impl<T, W> HasTypeWitness<W> for Twhere
W: MakeTypeWitness<Arg = T>,
T: ?Sized,
impl<T, W> HasTypeWitness<W> for Twhere
W: MakeTypeWitness<Arg = T>,
T: ?Sized,
Source§impl<T> Identity for Twhere
T: ?Sized,
impl<T> Identity for Twhere
T: ?Sized,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§impl<I> IntoResettable<String> for I
impl<I> IntoResettable<String> for I
Source§fn into_resettable(self) -> Resettable<String>
fn into_resettable(self) -> Resettable<String>
Convert to the intended resettable type
Source§impl<Ctx, T> MeasureWith<Ctx> for T
impl<Ctx, T> MeasureWith<Ctx> for T
Source§fn measure_with(&self, _ctx: &Ctx) -> usize
fn measure_with(&self, _ctx: &Ctx) -> usize
How large is
Self
, given the ctx
?