pub struct GetFactCheck {
pub peer: InputPeer,
pub msg_id: Vec<i32>,
}Expand description
Generated from:
messages.getFactCheck#b9cdc5ee peer:InputPeer msg_id:Vector<int> = Vector<FactCheck>Fields§
§peer: InputPeer§msg_id: Vec<i32>Trait Implementations§
Source§impl Clone for GetFactCheck
impl Clone for GetFactCheck
Source§fn clone(&self) -> GetFactCheck
fn clone(&self) -> GetFactCheck
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 GetFactCheck
impl Debug for GetFactCheck
Source§impl Identifiable for GetFactCheck
impl Identifiable for GetFactCheck
Source§const CONSTRUCTOR_ID: u32 = 0xb9cdc5ee
const CONSTRUCTOR_ID: u32 = 0xb9cdc5ee
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetFactCheck
impl PartialEq for GetFactCheck
Source§impl RemoteCall for GetFactCheck
impl RemoteCall for GetFactCheck
Source§impl Serializable for GetFactCheck
impl Serializable for GetFactCheck
impl StructuralPartialEq for GetFactCheck
Auto Trait Implementations§
impl Freeze for GetFactCheck
impl RefUnwindSafe for GetFactCheck
impl Send for GetFactCheck
impl Sync for GetFactCheck
impl Unpin for GetFactCheck
impl UnsafeUnpin for GetFactCheck
impl UnwindSafe for GetFactCheck
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