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