Struct matrix_sdk::ruma::OwnedServerSigningKeyVersion
source · pub struct OwnedServerSigningKeyVersion { /* private fields */ }
Expand description
Owned variant of ServerSigningKeyVersion
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 = ServerSigningKeyVersion>§
Trait Implementations§
source§impl AsRef<[u8]> for OwnedServerSigningKeyVersion
impl AsRef<[u8]> for OwnedServerSigningKeyVersion
source§impl AsRef<ServerSigningKeyVersion> for OwnedServerSigningKeyVersion
impl AsRef<ServerSigningKeyVersion> for OwnedServerSigningKeyVersion
source§fn as_ref(&self) -> &ServerSigningKeyVersion
fn as_ref(&self) -> &ServerSigningKeyVersion
Converts this type into a shared reference of the (usually inferred) input type.
source§impl AsRef<str> for OwnedServerSigningKeyVersion
impl AsRef<str> for OwnedServerSigningKeyVersion
source§impl Borrow<ServerSigningKeyVersion> for OwnedServerSigningKeyVersion
impl Borrow<ServerSigningKeyVersion> for OwnedServerSigningKeyVersion
source§fn borrow(&self) -> &ServerSigningKeyVersion
fn borrow(&self) -> &ServerSigningKeyVersion
Immutably borrows from an owned value. Read more
source§impl Clone for OwnedServerSigningKeyVersion
impl Clone for OwnedServerSigningKeyVersion
source§fn clone(&self) -> OwnedServerSigningKeyVersion
fn clone(&self) -> OwnedServerSigningKeyVersion
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 Debug for OwnedServerSigningKeyVersion
impl Debug for OwnedServerSigningKeyVersion
source§impl Deref for OwnedServerSigningKeyVersion
impl Deref for OwnedServerSigningKeyVersion
§type Target = ServerSigningKeyVersion
type Target = ServerSigningKeyVersion
The resulting type after dereferencing.
source§impl<'de> Deserialize<'de> for OwnedServerSigningKeyVersion
impl<'de> Deserialize<'de> for OwnedServerSigningKeyVersion
source§fn deserialize<D>(
deserializer: D,
) -> Result<OwnedServerSigningKeyVersion, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D,
) -> Result<OwnedServerSigningKeyVersion, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<&ServerSigningKeyVersion> for OwnedServerSigningKeyVersion
impl From<&ServerSigningKeyVersion> for OwnedServerSigningKeyVersion
source§fn from(id: &ServerSigningKeyVersion) -> OwnedServerSigningKeyVersion
fn from(id: &ServerSigningKeyVersion) -> OwnedServerSigningKeyVersion
Converts to this type from the input type.
source§impl From<Arc<ServerSigningKeyVersion>> for OwnedServerSigningKeyVersion
impl From<Arc<ServerSigningKeyVersion>> for OwnedServerSigningKeyVersion
source§fn from(a: Arc<ServerSigningKeyVersion>) -> OwnedServerSigningKeyVersion
fn from(a: Arc<ServerSigningKeyVersion>) -> OwnedServerSigningKeyVersion
Converts to this type from the input type.
source§impl From<Box<ServerSigningKeyVersion>> for OwnedServerSigningKeyVersion
impl From<Box<ServerSigningKeyVersion>> for OwnedServerSigningKeyVersion
source§fn from(b: Box<ServerSigningKeyVersion>) -> OwnedServerSigningKeyVersion
fn from(b: Box<ServerSigningKeyVersion>) -> OwnedServerSigningKeyVersion
Converts to this type from the input type.
source§impl From<OwnedServerSigningKeyVersion> for Arc<ServerSigningKeyVersion>
impl From<OwnedServerSigningKeyVersion> for Arc<ServerSigningKeyVersion>
source§fn from(a: OwnedServerSigningKeyVersion) -> Arc<ServerSigningKeyVersion>
fn from(a: OwnedServerSigningKeyVersion) -> Arc<ServerSigningKeyVersion>
Converts to this type from the input type.
source§impl From<OwnedServerSigningKeyVersion> for Box<ServerSigningKeyVersion>
impl From<OwnedServerSigningKeyVersion> for Box<ServerSigningKeyVersion>
source§fn from(a: OwnedServerSigningKeyVersion) -> Box<ServerSigningKeyVersion>
fn from(a: OwnedServerSigningKeyVersion) -> Box<ServerSigningKeyVersion>
Converts to this type from the input type.
source§impl From<OwnedServerSigningKeyVersion> for String
impl From<OwnedServerSigningKeyVersion> for String
source§fn from(id: OwnedServerSigningKeyVersion) -> String
fn from(id: OwnedServerSigningKeyVersion) -> String
Converts to this type from the input type.
source§impl Hash for OwnedServerSigningKeyVersion
impl Hash for OwnedServerSigningKeyVersion
source§impl Ord for OwnedServerSigningKeyVersion
impl Ord for OwnedServerSigningKeyVersion
source§fn cmp(&self, other: &OwnedServerSigningKeyVersion) -> Ordering
fn cmp(&self, other: &OwnedServerSigningKeyVersion) -> 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 PartialEq<&ServerSigningKeyVersion> for OwnedServerSigningKeyVersion
impl PartialEq<&ServerSigningKeyVersion> for OwnedServerSigningKeyVersion
source§fn eq(&self, other: &&ServerSigningKeyVersion) -> bool
fn eq(&self, other: &&ServerSigningKeyVersion) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialEq<&str> for OwnedServerSigningKeyVersion
impl PartialEq<&str> for OwnedServerSigningKeyVersion
source§impl PartialEq<Arc<ServerSigningKeyVersion>> for OwnedServerSigningKeyVersion
impl PartialEq<Arc<ServerSigningKeyVersion>> for OwnedServerSigningKeyVersion
source§impl PartialEq<Box<ServerSigningKeyVersion>> for OwnedServerSigningKeyVersion
impl PartialEq<Box<ServerSigningKeyVersion>> for OwnedServerSigningKeyVersion
source§impl PartialEq<OwnedServerSigningKeyVersion> for &ServerSigningKeyVersion
impl PartialEq<OwnedServerSigningKeyVersion> for &ServerSigningKeyVersion
source§fn eq(&self, other: &OwnedServerSigningKeyVersion) -> bool
fn eq(&self, other: &OwnedServerSigningKeyVersion) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialEq<OwnedServerSigningKeyVersion> for &str
impl PartialEq<OwnedServerSigningKeyVersion> for &str
source§fn eq(&self, other: &OwnedServerSigningKeyVersion) -> bool
fn eq(&self, other: &OwnedServerSigningKeyVersion) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialEq<OwnedServerSigningKeyVersion> for Box<ServerSigningKeyVersion>
impl PartialEq<OwnedServerSigningKeyVersion> for Box<ServerSigningKeyVersion>
source§fn eq(&self, other: &OwnedServerSigningKeyVersion) -> bool
fn eq(&self, other: &OwnedServerSigningKeyVersion) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialEq<OwnedServerSigningKeyVersion> for ServerSigningKeyVersion
impl PartialEq<OwnedServerSigningKeyVersion> for ServerSigningKeyVersion
source§fn eq(&self, other: &OwnedServerSigningKeyVersion) -> bool
fn eq(&self, other: &OwnedServerSigningKeyVersion) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialEq<OwnedServerSigningKeyVersion> for String
impl PartialEq<OwnedServerSigningKeyVersion> for String
source§fn eq(&self, other: &OwnedServerSigningKeyVersion) -> bool
fn eq(&self, other: &OwnedServerSigningKeyVersion) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialEq<OwnedServerSigningKeyVersion> for str
impl PartialEq<OwnedServerSigningKeyVersion> for str
source§fn eq(&self, other: &OwnedServerSigningKeyVersion) -> bool
fn eq(&self, other: &OwnedServerSigningKeyVersion) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialEq<ServerSigningKeyVersion> for OwnedServerSigningKeyVersion
impl PartialEq<ServerSigningKeyVersion> for OwnedServerSigningKeyVersion
source§fn eq(&self, other: &ServerSigningKeyVersion) -> bool
fn eq(&self, other: &ServerSigningKeyVersion) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialEq<String> for OwnedServerSigningKeyVersion
impl PartialEq<String> for OwnedServerSigningKeyVersion
source§impl PartialEq<str> for OwnedServerSigningKeyVersion
impl PartialEq<str> for OwnedServerSigningKeyVersion
source§impl PartialEq for OwnedServerSigningKeyVersion
impl PartialEq for OwnedServerSigningKeyVersion
source§fn eq(&self, other: &OwnedServerSigningKeyVersion) -> bool
fn eq(&self, other: &OwnedServerSigningKeyVersion) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for OwnedServerSigningKeyVersion
impl PartialOrd for OwnedServerSigningKeyVersion
source§fn partial_cmp(&self, other: &OwnedServerSigningKeyVersion) -> Option<Ordering>
fn partial_cmp(&self, other: &OwnedServerSigningKeyVersion) -> 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 Serialize for OwnedServerSigningKeyVersion
impl Serialize for OwnedServerSigningKeyVersion
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
source§impl TryFrom<&str> for OwnedServerSigningKeyVersion
impl TryFrom<&str> for OwnedServerSigningKeyVersion
source§impl TryFrom<String> for OwnedServerSigningKeyVersion
impl TryFrom<String> for OwnedServerSigningKeyVersion
impl Eq for OwnedServerSigningKeyVersion
Auto Trait Implementations§
impl Freeze for OwnedServerSigningKeyVersion
impl RefUnwindSafe for OwnedServerSigningKeyVersion
impl Send for OwnedServerSigningKeyVersion
impl Sync for OwnedServerSigningKeyVersion
impl Unpin for OwnedServerSigningKeyVersion
impl UnwindSafe for OwnedServerSigningKeyVersion
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)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
?