File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ pub struct MTPResponse {
63
63
storage : MTPStorage ,
64
64
}
65
65
66
- impl MTPResponse {
66
+ impl MTPResponse {
67
67
/// Constructs a new `MTPResponse` instance with the provided status code, headers, and storage.
68
68
///
69
69
/// # Arguments
@@ -90,7 +90,7 @@ pub struct MTPResponse {
90
90
}
91
91
}
92
92
93
- impl MessageTransferProtocolResponse for MTPResponse {
93
+ impl MessageTransferProtocolResponse for MTPResponse {
94
94
/// Retrieves the status code from the `MTPResponse`.
95
95
///
96
96
/// # Returns
@@ -126,7 +126,7 @@ pub struct MTPResponse {
126
126
/// `MTPManagerActions` represents a collection of management actions that can be performed.
127
127
pub struct MTPManagerActions {
128
128
actions : Vec < MTPManagerAction > ,
129
- }
129
+ }
130
130
131
131
/// `MTPMessage` represents the actual content of a message within the protocol.
132
132
/// It encapsulates the message data along with metadata that describes its type,
You can’t perform that action at this time.
0 commit comments