pub struct ReportResultAddComment {
pub optional: bool,
pub option: Vec<u8>,
}Expand description
Read reportResultAddComment docs.
Generated from the following TL definition:
reportResultAddComment#6f09ac31 flags:# optional:flags.0?true option:bytes = ReportResultFields§
§optional: bool§option: Vec<u8>Trait Implementations§
Source§impl Clone for ReportResultAddComment
impl Clone for ReportResultAddComment
Source§fn clone(&self) -> ReportResultAddComment
fn clone(&self) -> ReportResultAddComment
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 ReportResultAddComment
impl Debug for ReportResultAddComment
Source§impl From<ReportResultAddComment> for ReportResult
impl From<ReportResultAddComment> for ReportResult
Source§fn from(x: ReportResultAddComment) -> Self
fn from(x: ReportResultAddComment) -> Self
Converts to this type from the input type.
Source§impl Identifiable for ReportResultAddComment
impl Identifiable for ReportResultAddComment
Source§const CONSTRUCTOR_ID: u32 = 1862904881
const CONSTRUCTOR_ID: u32 = 1862904881
The unique identifier for the type.
Source§impl PartialEq for ReportResultAddComment
impl PartialEq for ReportResultAddComment
Source§impl TryFrom<ReportResult> for ReportResultAddComment
impl TryFrom<ReportResult> for ReportResultAddComment
impl StructuralPartialEq for ReportResultAddComment
Auto Trait Implementations§
impl Freeze for ReportResultAddComment
impl RefUnwindSafe for ReportResultAddComment
impl Send for ReportResultAddComment
impl Sync for ReportResultAddComment
impl Unpin for ReportResultAddComment
impl UnsafeUnpin for ReportResultAddComment
impl UnwindSafe for ReportResultAddComment
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