Add missing Debug implementations
This commit is contained in:
parent
0f1c52aaab
commit
ef96b0f381
@ -134,6 +134,7 @@ pub struct EncryptedFile {
|
||||
///
|
||||
/// This struct will not be updated even if additional fields are added to `EncryptedFile` in a new
|
||||
/// (non-breaking) release of the Matrix specification.
|
||||
#[derive(Debug)]
|
||||
#[allow(clippy::exhaustive_structs)]
|
||||
pub struct EncryptedFileInit {
|
||||
/// The URL to the file.
|
||||
@ -188,6 +189,7 @@ pub struct JsonWebKey {
|
||||
///
|
||||
/// This struct will not be updated even if additional fields are added to `JsonWebKey` in a new
|
||||
/// (non-breaking) release of the Matrix specification.
|
||||
#[derive(Debug)]
|
||||
#[allow(clippy::exhaustive_structs)]
|
||||
pub struct JsonWebKeyInit {
|
||||
/// Key type. Must be `oct`.
|
||||
|
@ -82,6 +82,7 @@ impl UnsignedEventContent {
|
||||
}
|
||||
|
||||
/// Initial set of fields of `Request`.
|
||||
#[derive(Debug)]
|
||||
#[allow(clippy::exhaustive_structs)]
|
||||
pub struct RequestInit<'a> {
|
||||
/// The room ID that the user is being invited to.
|
||||
|
Loading…
x
Reference in New Issue
Block a user