Struct matrix_sdk_base::ruma::OwnedVoipId
pub struct OwnedVoipId { /* private fields */ }
Expand description
Owned variant of VoipId
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 = VoipId>§
Trait Implementations§
§impl AsRef<[u8]> for OwnedVoipId
impl AsRef<[u8]> for OwnedVoipId
§impl AsRef<VoipId> for OwnedVoipId
impl AsRef<VoipId> for OwnedVoipId
§impl AsRef<str> for OwnedVoipId
impl AsRef<str> for OwnedVoipId
§impl Borrow<VoipId> for OwnedVoipId
impl Borrow<VoipId> for OwnedVoipId
§impl Clone for OwnedVoipId
impl Clone for OwnedVoipId
§fn clone(&self) -> OwnedVoipId
fn clone(&self) -> OwnedVoipId
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 OwnedVoipId
impl Debug for OwnedVoipId
§impl Deref for OwnedVoipId
impl Deref for OwnedVoipId
§impl<'de> Deserialize<'de> for OwnedVoipId
impl<'de> Deserialize<'de> for OwnedVoipId
§fn deserialize<D>(
deserializer: D
) -> Result<OwnedVoipId, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D
) -> Result<OwnedVoipId, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl Display for OwnedVoipId
impl Display for OwnedVoipId
§impl From<&VoipId> for OwnedVoipId
impl From<&VoipId> for OwnedVoipId
§fn from(id: &VoipId) -> OwnedVoipId
fn from(id: &VoipId) -> OwnedVoipId
Converts to this type from the input type.
§impl From<&str> for OwnedVoipId
impl From<&str> for OwnedVoipId
§fn from(s: &str) -> OwnedVoipId
fn from(s: &str) -> OwnedVoipId
Converts to this type from the input type.
§impl From<Arc<VoipId>> for OwnedVoipId
impl From<Arc<VoipId>> for OwnedVoipId
§fn from(a: Arc<VoipId>) -> OwnedVoipId
fn from(a: Arc<VoipId>) -> OwnedVoipId
Converts to this type from the input type.
§impl From<Box<VoipId>> for OwnedVoipId
impl From<Box<VoipId>> for OwnedVoipId
§fn from(b: Box<VoipId>) -> OwnedVoipId
fn from(b: Box<VoipId>) -> OwnedVoipId
Converts to this type from the input type.
§impl From<Box<str>> for OwnedVoipId
impl From<Box<str>> for OwnedVoipId
§fn from(s: Box<str>) -> OwnedVoipId
fn from(s: Box<str>) -> OwnedVoipId
Converts to this type from the input type.
§impl From<OwnedVoipId> for Arc<VoipId>
impl From<OwnedVoipId> for Arc<VoipId>
§fn from(a: OwnedVoipId) -> Arc<VoipId>
fn from(a: OwnedVoipId) -> Arc<VoipId>
Converts to this type from the input type.
§impl From<OwnedVoipId> for Box<VoipId>
impl From<OwnedVoipId> for Box<VoipId>
§fn from(a: OwnedVoipId) -> Box<VoipId>
fn from(a: OwnedVoipId) -> Box<VoipId>
Converts to this type from the input type.
§impl From<OwnedVoipId> for String
impl From<OwnedVoipId> for String
§fn from(id: OwnedVoipId) -> String
fn from(id: OwnedVoipId) -> String
Converts to this type from the input type.
§impl From<String> for OwnedVoipId
impl From<String> for OwnedVoipId
§fn from(s: String) -> OwnedVoipId
fn from(s: String) -> OwnedVoipId
Converts to this type from the input type.
§impl Hash for OwnedVoipId
impl Hash for OwnedVoipId
§impl Ord for OwnedVoipId
impl Ord for OwnedVoipId
§impl PartialEq<&VoipId> for OwnedVoipId
impl PartialEq<&VoipId> for OwnedVoipId
§impl PartialEq<&str> for OwnedVoipId
impl PartialEq<&str> for OwnedVoipId
§impl PartialEq<Arc<VoipId>> for OwnedVoipId
impl PartialEq<Arc<VoipId>> for OwnedVoipId
§impl PartialEq<Box<VoipId>> for OwnedVoipId
impl PartialEq<Box<VoipId>> for OwnedVoipId
§impl PartialEq<OwnedVoipId> for &VoipId
impl PartialEq<OwnedVoipId> for &VoipId
§fn eq(&self, other: &OwnedVoipId) -> bool
fn eq(&self, other: &OwnedVoipId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.§impl PartialEq<OwnedVoipId> for &str
impl PartialEq<OwnedVoipId> for &str
§fn eq(&self, other: &OwnedVoipId) -> bool
fn eq(&self, other: &OwnedVoipId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.§impl PartialEq<OwnedVoipId> for String
impl PartialEq<OwnedVoipId> for String
§fn eq(&self, other: &OwnedVoipId) -> bool
fn eq(&self, other: &OwnedVoipId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.§impl PartialEq<OwnedVoipId> for VoipId
impl PartialEq<OwnedVoipId> for VoipId
§fn eq(&self, other: &OwnedVoipId) -> bool
fn eq(&self, other: &OwnedVoipId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.§impl PartialEq<OwnedVoipId> for str
impl PartialEq<OwnedVoipId> for str
§fn eq(&self, other: &OwnedVoipId) -> bool
fn eq(&self, other: &OwnedVoipId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.§impl PartialEq<String> for OwnedVoipId
impl PartialEq<String> for OwnedVoipId
§impl PartialEq<VoipId> for OwnedVoipId
impl PartialEq<VoipId> for OwnedVoipId
§impl PartialEq<str> for OwnedVoipId
impl PartialEq<str> for OwnedVoipId
§impl PartialEq for OwnedVoipId
impl PartialEq for OwnedVoipId
§fn eq(&self, other: &OwnedVoipId) -> bool
fn eq(&self, other: &OwnedVoipId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.§impl PartialOrd for OwnedVoipId
impl PartialOrd for OwnedVoipId
§fn partial_cmp(&self, other: &OwnedVoipId) -> Option<Ordering>
fn partial_cmp(&self, other: &OwnedVoipId) -> 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 more§impl Serialize for OwnedVoipId
impl Serialize for OwnedVoipId
§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 OwnedVoipId
Auto Trait Implementations§
impl RefUnwindSafe for OwnedVoipId
impl Send for OwnedVoipId
impl Sync for OwnedVoipId
impl Unpin for OwnedVoipId
impl UnwindSafe for OwnedVoipId
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
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.