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