pub struct BlockFromReplies {
pub delete_message: bool,
pub delete_history: bool,
pub report_spam: bool,
pub msg_id: i32,
}Expand description
Generated from:
contacts.blockFromReplies#29a8962c flags:# delete_message:flags.0?true delete_history:flags.1?true report_spam:flags.2?true msg_id:int = UpdatesFields§
§delete_message: bool§delete_history: bool§report_spam: bool§msg_id: i32Trait Implementations§
Source§impl Clone for BlockFromReplies
impl Clone for BlockFromReplies
Source§fn clone(&self) -> BlockFromReplies
fn clone(&self) -> BlockFromReplies
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 BlockFromReplies
impl Debug for BlockFromReplies
Source§impl Identifiable for BlockFromReplies
impl Identifiable for BlockFromReplies
Source§const CONSTRUCTOR_ID: u32 = 0x29a8962c
const CONSTRUCTOR_ID: u32 = 0x29a8962c
The constructor ID as specified in the TL schema.
Source§impl PartialEq for BlockFromReplies
impl PartialEq for BlockFromReplies
Source§impl RemoteCall for BlockFromReplies
impl RemoteCall for BlockFromReplies
Source§impl Serializable for BlockFromReplies
impl Serializable for BlockFromReplies
impl StructuralPartialEq for BlockFromReplies
Auto Trait Implementations§
impl Freeze for BlockFromReplies
impl RefUnwindSafe for BlockFromReplies
impl Send for BlockFromReplies
impl Sync for BlockFromReplies
impl Unpin for BlockFromReplies
impl UnsafeUnpin for BlockFromReplies
impl UnwindSafe for BlockFromReplies
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