#[non_exhaustive]pub struct ReportResponse { /* private fields */ }Expand description
Response message for the Report method. If the request contains any invalid data, the server returns an RPC error.
Implementations§
Trait Implementations§
Source§impl Clone for ReportResponse
impl Clone for ReportResponse
Source§fn clone(&self) -> ReportResponse
fn clone(&self) -> ReportResponse
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 ReportResponse
impl Debug for ReportResponse
Source§impl Default for ReportResponse
impl Default for ReportResponse
Source§fn default() -> ReportResponse
fn default() -> ReportResponse
Returns the “default value” for a type. Read more
Source§impl Message for ReportResponse
impl Message for ReportResponse
Source§impl PartialEq for ReportResponse
impl PartialEq for ReportResponse
impl StructuralPartialEq for ReportResponse
Auto Trait Implementations§
impl Freeze for ReportResponse
impl RefUnwindSafe for ReportResponse
impl Send for ReportResponse
impl Sync for ReportResponse
impl Unpin for ReportResponse
impl UnwindSafe for ReportResponse
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