identifiers: Derive Clone on MatrixId
This commit is contained in:
parent
abcaa4d3f7
commit
e6cd2b0995
@ -42,7 +42,7 @@ const RESERVED: &AsciiSet = &CONTROLS
|
|||||||
.add(b'=');
|
.add(b'=');
|
||||||
|
|
||||||
/// All Matrix Identifiers that can be represented as a Matrix URI.
|
/// All Matrix Identifiers that can be represented as a Matrix URI.
|
||||||
#[derive(Debug, PartialEq, Eq)]
|
#[derive(Clone, Debug, PartialEq, Eq)]
|
||||||
#[non_exhaustive]
|
#[non_exhaustive]
|
||||||
pub enum MatrixId {
|
pub enum MatrixId {
|
||||||
/// A room ID.
|
/// A room ID.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user