pub struct PermalinkParts {
pub room_id_or_alias: Option<String>,
pub event_id: Option<String>,
pub user_id: Option<String>,
pub via_servers: Vec<String>,
}Fields§
§room_id_or_alias: Option<String>§event_id: Option<String>§user_id: Option<String>§via_servers: Vec<String>Trait Implementations§
Source§impl Clone for PermalinkParts
impl Clone for PermalinkParts
Source§fn clone(&self) -> PermalinkParts
fn clone(&self) -> PermalinkParts
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 PermalinkParts
impl Debug for PermalinkParts
Source§impl Default for PermalinkParts
impl Default for PermalinkParts
Source§fn default() -> PermalinkParts
fn default() -> PermalinkParts
Returns the “default value” for a type. Read more
Source§impl PartialEq for PermalinkParts
impl PartialEq for PermalinkParts
impl Eq for PermalinkParts
impl StructuralPartialEq for PermalinkParts
Auto Trait Implementations§
impl Freeze for PermalinkParts
impl RefUnwindSafe for PermalinkParts
impl Send for PermalinkParts
impl Sync for PermalinkParts
impl Unpin for PermalinkParts
impl UnsafeUnpin for PermalinkParts
impl UnwindSafe for PermalinkParts
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> 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.