Struct ruma::OwnedVoipId
source · 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§
source§impl AsRef<[u8]> for OwnedVoipId
impl AsRef<[u8]> for OwnedVoipId
source§impl AsRef<VoipId> for OwnedVoipId
impl AsRef<VoipId> for OwnedVoipId
source§impl AsRef<str> for OwnedVoipId
impl AsRef<str> for OwnedVoipId
source§impl Borrow<VoipId> for OwnedVoipId
impl Borrow<VoipId> for OwnedVoipId
source§impl Clone for OwnedVoipId
impl Clone for OwnedVoipId
source§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 moresource§impl Debug for OwnedVoipId
impl Debug for OwnedVoipId
source§impl Deref for OwnedVoipId
impl Deref for OwnedVoipId
source§impl<'de> Deserialize<'de> for OwnedVoipId
impl<'de> Deserialize<'de> for OwnedVoipId
source§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
source§impl Display for OwnedVoipId
impl Display for OwnedVoipId
source§impl From<&VoipId> for OwnedVoipId
impl From<&VoipId> for OwnedVoipId
source§fn from(id: &VoipId) -> OwnedVoipId
fn from(id: &VoipId) -> OwnedVoipId
Converts to this type from the input type.
source§impl From<&str> for OwnedVoipId
impl From<&str> for OwnedVoipId
source§fn from(s: &str) -> OwnedVoipId
fn from(s: &str) -> OwnedVoipId
Converts to this type from the input type.
source§impl From<OwnedVoipId> for String
impl From<OwnedVoipId> for String
source§fn from(id: OwnedVoipId) -> String
fn from(id: OwnedVoipId) -> String
Converts to this type from the input type.
source§impl From<String> for OwnedVoipId
impl From<String> for OwnedVoipId
source§fn from(s: String) -> OwnedVoipId
fn from(s: String) -> OwnedVoipId
Converts to this type from the input type.
source§impl Hash for OwnedVoipId
impl Hash for OwnedVoipId
source§impl Ord for OwnedVoipId
impl Ord for OwnedVoipId
source§fn cmp(&self, other: &OwnedVoipId) -> Ordering
fn cmp(&self, other: &OwnedVoipId) -> 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<&VoipId> for OwnedVoipId
impl PartialEq<&VoipId> for OwnedVoipId
source§impl PartialEq<&str> for OwnedVoipId
impl PartialEq<&str> for OwnedVoipId
source§impl PartialEq<Arc<VoipId>> for OwnedVoipId
impl PartialEq<Arc<VoipId>> for OwnedVoipId
source§impl PartialEq<Box<VoipId>> for OwnedVoipId
impl PartialEq<Box<VoipId>> for OwnedVoipId
source§impl PartialEq<OwnedVoipId> for &VoipId
impl PartialEq<OwnedVoipId> for &VoipId
source§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 ==
.source§impl PartialEq<OwnedVoipId> for &str
impl PartialEq<OwnedVoipId> for &str
source§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 ==
.source§impl PartialEq<OwnedVoipId> for VoipId
impl PartialEq<OwnedVoipId> for VoipId
source§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 ==
.source§impl PartialEq<OwnedVoipId> for str
impl PartialEq<OwnedVoipId> for str
source§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 ==
.source§impl PartialEq<String> for OwnedVoipId
impl PartialEq<String> for OwnedVoipId
source§impl PartialEq<VoipId> for OwnedVoipId
impl PartialEq<VoipId> for OwnedVoipId
source§impl PartialEq<str> for OwnedVoipId
impl PartialEq<str> for OwnedVoipId
source§impl PartialEq for OwnedVoipId
impl PartialEq for OwnedVoipId
source§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 ==
.source§impl PartialOrd for OwnedVoipId
impl PartialOrd for OwnedVoipId
source§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 moresource§impl Serialize for OwnedVoipId
impl Serialize for OwnedVoipId
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
impl Eq for OwnedVoipId
Auto Trait Implementations§
impl Freeze for OwnedVoipId
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
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
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.