pub struct ListPrivateMessageReports {
pub page: Option<i64>,
pub limit: Option<i64>,
pub unresolved_only: Option<bool>,
}Expand description
List private message reports.
Fields§
§page: Option<i64>§limit: Option<i64>§unresolved_only: Option<bool>Only shows the unresolved reports
Trait Implementations§
Source§impl Clone for ListPrivateMessageReports
impl Clone for ListPrivateMessageReports
Source§fn clone(&self) -> ListPrivateMessageReports
fn clone(&self) -> ListPrivateMessageReports
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 ListPrivateMessageReports
impl Debug for ListPrivateMessageReports
Source§impl Default for ListPrivateMessageReports
impl Default for ListPrivateMessageReports
Source§fn default() -> ListPrivateMessageReports
fn default() -> ListPrivateMessageReports
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListPrivateMessageReports
impl<'de> Deserialize<'de> for ListPrivateMessageReports
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
Source§impl Hash for ListPrivateMessageReports
impl Hash for ListPrivateMessageReports
impl Copy for ListPrivateMessageReports
impl Eq for ListPrivateMessageReports
impl StructuralPartialEq for ListPrivateMessageReports
Auto Trait Implementations§
impl Freeze for ListPrivateMessageReports
impl RefUnwindSafe for ListPrivateMessageReports
impl Send for ListPrivateMessageReports
impl Sync for ListPrivateMessageReports
impl Unpin for ListPrivateMessageReports
impl UnwindSafe for ListPrivateMessageReports
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