pub struct Block {
pub my_stories_from: bool,
pub id: InputPeer,
}Expand description
Generated from:
contacts.block#2e2e8734 flags:# my_stories_from:flags.0?true id:InputPeer = BoolFields§
§my_stories_from: bool§id: InputPeerTrait Implementations§
Source§impl Identifiable for Block
impl Identifiable for Block
Source§const CONSTRUCTOR_ID: u32 = 0x2e2e8734
const CONSTRUCTOR_ID: u32 = 0x2e2e8734
The constructor ID as specified in the TL schema.
Source§impl Serializable for Block
impl Serializable for Block
impl StructuralPartialEq for Block
Auto Trait Implementations§
impl Freeze for Block
impl RefUnwindSafe for Block
impl Send for Block
impl Sync for Block
impl Unpin for Block
impl UnsafeUnpin for Block
impl UnwindSafe for Block
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