pub struct BotAppNotModified {}Expand description
Trait Implementations§
Source§impl Clone for BotAppNotModified
impl Clone for BotAppNotModified
Source§fn clone(&self) -> BotAppNotModified
fn clone(&self) -> BotAppNotModified
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 BotAppNotModified
impl Debug for BotAppNotModified
Source§impl Deserializable for BotAppNotModified
impl Deserializable for BotAppNotModified
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<BotAppNotModified> for BotApp
impl From<BotAppNotModified> for BotApp
Source§fn from(_x: BotAppNotModified) -> Self
fn from(_x: BotAppNotModified) -> Self
Converts to this type from the input type.
Source§impl Identifiable for BotAppNotModified
impl Identifiable for BotAppNotModified
Source§const CONSTRUCTOR_ID: u32 = 0x5da674b7
const CONSTRUCTOR_ID: u32 = 0x5da674b7
The constructor ID as specified in the TL schema.
Source§impl PartialEq for BotAppNotModified
impl PartialEq for BotAppNotModified
Source§impl Serializable for BotAppNotModified
impl Serializable for BotAppNotModified
impl StructuralPartialEq for BotAppNotModified
Auto Trait Implementations§
impl Freeze for BotAppNotModified
impl RefUnwindSafe for BotAppNotModified
impl Send for BotAppNotModified
impl Sync for BotAppNotModified
impl Unpin for BotAppNotModified
impl UnsafeUnpin for BotAppNotModified
impl UnwindSafe for BotAppNotModified
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