pub struct MatrixId {
pub id_type: IdType,
pub body: String,
}
Expand description
Represents an MXID, has a type and a body
Fields§
§id_type: IdType
Type of Matrix ID
body: String
Contents of Matrix ID
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MatrixId
impl RefUnwindSafe for MatrixId
impl Send for MatrixId
impl Sync for MatrixId
impl Unpin for MatrixId
impl UnwindSafe for MatrixId
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