pub struct MatrixToUri { /* private fields */ }Expand description
The matrix.to URI representation of a user, room or event.
Get the URI through its Display implementation (i.e. by interpolating it
in a formatting macro or via .to_string()).
Implementations§
Source§impl MatrixToUri
 
impl MatrixToUri
Trait Implementations§
Source§impl Clone for MatrixToUri
 
impl Clone for MatrixToUri
Source§fn clone(&self) -> MatrixToUri
 
fn clone(&self) -> MatrixToUri
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 MatrixToUri
 
impl Debug for MatrixToUri
Source§impl Display for MatrixToUri
 
impl Display for MatrixToUri
Source§impl FromStr for MatrixToUri
 
impl FromStr for MatrixToUri
Source§impl PartialEq for MatrixToUri
 
impl PartialEq for MatrixToUri
Source§impl TryFrom<&str> for MatrixToUri
 
impl TryFrom<&str> for MatrixToUri
impl Eq for MatrixToUri
impl StructuralPartialEq for MatrixToUri
Auto Trait Implementations§
impl Freeze for MatrixToUri
impl RefUnwindSafe for MatrixToUri
impl Send for MatrixToUri
impl Sync for MatrixToUri
impl Unpin for MatrixToUri
impl UnwindSafe for MatrixToUri
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.