pub struct PrivateMessageReportResponse {
pub private_message_report_view: PrivateMessageReportView,
}Expand description
A private message report response.
Fields§
§private_message_report_view: PrivateMessageReportViewTrait Implementations§
Source§impl Clone for PrivateMessageReportResponse
impl Clone for PrivateMessageReportResponse
Source§fn clone(&self) -> PrivateMessageReportResponse
fn clone(&self) -> PrivateMessageReportResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PrivateMessageReportResponse
impl Debug for PrivateMessageReportResponse
Source§impl<'de> Deserialize<'de> for PrivateMessageReportResponse
impl<'de> Deserialize<'de> for PrivateMessageReportResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PrivateMessageReportResponse
impl RefUnwindSafe for PrivateMessageReportResponse
impl Send for PrivateMessageReportResponse
impl Sync for PrivateMessageReportResponse
impl Unpin for PrivateMessageReportResponse
impl UnwindSafe for PrivateMessageReportResponse
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