pub struct ReportDetail {
pub title: String,
pub description: String,
}Fields§
§title: String§description: StringTrait Implementations§
Source§impl Buffer for ReportDetail
impl Buffer for ReportDetail
Source§impl Clone for ReportDetail
impl Clone for ReportDetail
Source§fn clone(&self) -> ReportDetail
fn clone(&self) -> ReportDetail
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ReportDetail
impl Debug for ReportDetail
Source§impl PartialEq for ReportDetail
impl PartialEq for ReportDetail
Source§fn eq(&self, other: &ReportDetail) -> bool
fn eq(&self, other: &ReportDetail) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReportDetail
Auto Trait Implementations§
impl Freeze for ReportDetail
impl RefUnwindSafe for ReportDetail
impl Send for ReportDetail
impl Sync for ReportDetail
impl Unpin for ReportDetail
impl UnsafeUnpin for ReportDetail
impl UnwindSafe for ReportDetail
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