pub struct SetBlocked {
pub my_stories_from: bool,
pub id: Vec<InputPeer>,
pub limit: i32,
}Expand description
Generated from:
contacts.setBlocked#94c65c76 flags:# my_stories_from:flags.0?true id:Vector<InputPeer> limit:int = BoolFields§
§my_stories_from: bool§id: Vec<InputPeer>§limit: i32Trait Implementations§
Source§impl Clone for SetBlocked
impl Clone for SetBlocked
Source§fn clone(&self) -> SetBlocked
fn clone(&self) -> SetBlocked
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 SetBlocked
impl Debug for SetBlocked
Source§impl Identifiable for SetBlocked
impl Identifiable for SetBlocked
Source§const CONSTRUCTOR_ID: u32 = 0x94c65c76
const CONSTRUCTOR_ID: u32 = 0x94c65c76
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SetBlocked
impl PartialEq for SetBlocked
Source§impl RemoteCall for SetBlocked
impl RemoteCall for SetBlocked
Source§impl Serializable for SetBlocked
impl Serializable for SetBlocked
impl StructuralPartialEq for SetBlocked
Auto Trait Implementations§
impl Freeze for SetBlocked
impl RefUnwindSafe for SetBlocked
impl Send for SetBlocked
impl Sync for SetBlocked
impl Unpin for SetBlocked
impl UnsafeUnpin for SetBlocked
impl UnwindSafe for SetBlocked
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