pub struct OwnedEventId { /* private fields */ }Expand description
Owned variant of EventId
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 useArcas a wrapper type.
Methods from Deref<Target = EventId>§
Sourcepub fn as_str(&self) -> &str
 Available on crate feature events only.
pub fn as_str(&self) -> &str
events only.Creates a string slice from this EventId.
Sourcepub fn as_bytes(&self) -> &[u8] ⓘ
 Available on crate feature events only.
pub fn as_bytes(&self) -> &[u8] ⓘ
events only.Creates a byte slice from this EventId.
Sourcepub fn localpart(&self) -> &str
 Available on crate feature events only.
pub fn localpart(&self) -> &str
events only.Returns the event’s unique ID.
For the original event format as used by Matrix room versions 1 and 2, this is the
“localpart” that precedes the homeserver. For later formats, this is the entire ID without
the leading $ sigil.
Sourcepub fn server_name(&self) -> Option<&ServerName>
 Available on crate feature events only.
pub fn server_name(&self) -> Option<&ServerName>
events only.Returns the server name of the event ID.
Only applicable to events in the original format as used by Matrix room versions 1 and 2.
Trait Implementations§
Source§impl AsRef<[u8]> for OwnedEventId
 
impl AsRef<[u8]> for OwnedEventId
Source§impl AsRef<EventId> for OwnedEventId
 
impl AsRef<EventId> for OwnedEventId
Source§impl AsRef<str> for OwnedEventId
 
impl AsRef<str> for OwnedEventId
Source§impl Borrow<EventId> for OwnedEventId
 
impl Borrow<EventId> for OwnedEventId
Source§impl Clone for OwnedEventId
 
impl Clone for OwnedEventId
Source§fn clone(&self) -> OwnedEventId
 
fn clone(&self) -> OwnedEventId
Returns a duplicate 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 OwnedEventId
 
impl Debug for OwnedEventId
Source§impl Deref for OwnedEventId
 
impl Deref for OwnedEventId
Source§impl<'de> Deserialize<'de> for OwnedEventId
 
impl<'de> Deserialize<'de> for OwnedEventId
Source§fn deserialize<D>(
    deserializer: D,
) -> Result<OwnedEventId, <D as Deserializer<'de>>::Error>where
    D: Deserializer<'de>,
 
fn deserialize<D>(
    deserializer: D,
) -> Result<OwnedEventId, <D as Deserializer<'de>>::Error>where
    D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for OwnedEventId
 
impl Display for OwnedEventId
Source§impl From<&EventId> for OwnedEventId
 
impl From<&EventId> for OwnedEventId
Source§fn from(id: &EventId) -> OwnedEventId
 
fn from(id: &EventId) -> OwnedEventId
Converts to this type from the input type.
Source§impl From<OwnedEventId> for String
 
impl From<OwnedEventId> for String
Source§fn from(id: OwnedEventId) -> String
 
fn from(id: OwnedEventId) -> String
Converts to this type from the input type.
Source§impl FromStr for OwnedEventId
 
impl FromStr for OwnedEventId
Source§impl Hash for OwnedEventId
 
impl Hash for OwnedEventId
Source§impl Ord for OwnedEventId
 
impl Ord for OwnedEventId
Source§fn cmp(&self, other: &OwnedEventId) -> Ordering
 
fn cmp(&self, other: &OwnedEventId) -> 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<&EventId> for OwnedEventId
 
impl PartialEq<&EventId> for OwnedEventId
Source§impl PartialEq<&str> for OwnedEventId
 
impl PartialEq<&str> for OwnedEventId
Source§impl PartialEq<EventId> for OwnedEventId
 
impl PartialEq<EventId> for OwnedEventId
Source§impl PartialEq<OwnedEventId> for &EventId
 
impl PartialEq<OwnedEventId> for &EventId
Source§impl PartialEq<OwnedEventId> for &str
 
impl PartialEq<OwnedEventId> for &str
Source§impl PartialEq<OwnedEventId> for EventId
 
impl PartialEq<OwnedEventId> for EventId
Source§impl PartialEq<OwnedEventId> for str
 
impl PartialEq<OwnedEventId> for str
Source§impl PartialEq<String> for OwnedEventId
 
impl PartialEq<String> for OwnedEventId
Source§impl PartialEq<str> for OwnedEventId
 
impl PartialEq<str> for OwnedEventId
Source§impl PartialEq for OwnedEventId
 
impl PartialEq for OwnedEventId
Source§impl PartialOrd for OwnedEventId
 
impl PartialOrd for OwnedEventId
Source§impl Serialize for OwnedEventId
 
impl Serialize for OwnedEventId
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 OwnedEventId
 
impl TryFrom<&str> for OwnedEventId
Source§impl TryFrom<String> for OwnedEventId
 
impl TryFrom<String> for OwnedEventId
impl Eq for OwnedEventId
Auto Trait Implementations§
impl Freeze for OwnedEventId
impl RefUnwindSafe for OwnedEventId
impl Send for OwnedEventId
impl Sync for OwnedEventId
impl Unpin for OwnedEventId
impl UnwindSafe for OwnedEventId
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
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.