pub struct UpdateMonoForumNoPaidException {
pub exception: bool,
pub channel_id: i64,
pub saved_peer_id: Peer,
}Expand description
updateMonoForumNoPaidException
Generated from:
updateMonoForumNoPaidException#9f812b08 flags:# exception:flags.0?true channel_id:long saved_peer_id:Peer = UpdateFields§
§exception: bool§channel_id: i64§saved_peer_id: PeerTrait Implementations§
Source§impl Clone for UpdateMonoForumNoPaidException
impl Clone for UpdateMonoForumNoPaidException
Source§fn clone(&self) -> UpdateMonoForumNoPaidException
fn clone(&self) -> UpdateMonoForumNoPaidException
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 Deserializable for UpdateMonoForumNoPaidException
impl Deserializable for UpdateMonoForumNoPaidException
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl From<UpdateMonoForumNoPaidException> for Update
impl From<UpdateMonoForumNoPaidException> for Update
Source§fn from(x: UpdateMonoForumNoPaidException) -> Self
fn from(x: UpdateMonoForumNoPaidException) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateMonoForumNoPaidException
impl Identifiable for UpdateMonoForumNoPaidException
Source§const CONSTRUCTOR_ID: u32 = 0x9f812b08
const CONSTRUCTOR_ID: u32 = 0x9f812b08
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UpdateMonoForumNoPaidException
impl PartialEq for UpdateMonoForumNoPaidException
Source§fn eq(&self, other: &UpdateMonoForumNoPaidException) -> bool
fn eq(&self, other: &UpdateMonoForumNoPaidException) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UpdateMonoForumNoPaidException
Auto Trait Implementations§
impl Freeze for UpdateMonoForumNoPaidException
impl RefUnwindSafe for UpdateMonoForumNoPaidException
impl Send for UpdateMonoForumNoPaidException
impl Sync for UpdateMonoForumNoPaidException
impl Unpin for UpdateMonoForumNoPaidException
impl UnsafeUnpin for UpdateMonoForumNoPaidException
impl UnwindSafe for UpdateMonoForumNoPaidException
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