Struct ruma_identifiers::MatrixUri
source · [−]pub struct MatrixUri { /* private fields */ }Expand description
The matrix: 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
Trait Implementations
impl Eq for MatrixUri
impl StructuralEq for MatrixUri
impl StructuralPartialEq for MatrixUri
Auto Trait Implementations
impl RefUnwindSafe for MatrixUri
impl Send for MatrixUri
impl Sync for MatrixUri
impl Unpin for MatrixUri
impl UnwindSafe for MatrixUri
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
