pub struct EditFactCheck {
pub peer: InputPeer,
pub msg_id: i32,
pub text: TextWithEntities,
}Expand description
Generated from:
messages.editFactCheck#589ee75 peer:InputPeer msg_id:int text:TextWithEntities = UpdatesFields§
§peer: InputPeer§msg_id: i32§text: TextWithEntitiesTrait Implementations§
Source§impl Clone for EditFactCheck
impl Clone for EditFactCheck
Source§fn clone(&self) -> EditFactCheck
fn clone(&self) -> EditFactCheck
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 EditFactCheck
impl Debug for EditFactCheck
Source§impl Identifiable for EditFactCheck
impl Identifiable for EditFactCheck
Source§const CONSTRUCTOR_ID: u32 = 0x0589ee75
const CONSTRUCTOR_ID: u32 = 0x0589ee75
The constructor ID as specified in the TL schema.
Source§impl PartialEq for EditFactCheck
impl PartialEq for EditFactCheck
Source§impl RemoteCall for EditFactCheck
impl RemoteCall for EditFactCheck
Source§impl Serializable for EditFactCheck
impl Serializable for EditFactCheck
impl StructuralPartialEq for EditFactCheck
Auto Trait Implementations§
impl Freeze for EditFactCheck
impl RefUnwindSafe for EditFactCheck
impl Send for EditFactCheck
impl Sync for EditFactCheck
impl Unpin for EditFactCheck
impl UnsafeUnpin for EditFactCheck
impl UnwindSafe for EditFactCheck
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