pub struct BotAppNotModified {}Expand description
Generated from the following TL definition:
botAppNotModified#5da674b7 = BotAppTrait 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§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 = 1571189943
const CONSTRUCTOR_ID: u32 = 1571189943
The unique identifier for the type.
Source§impl PartialEq for BotAppNotModified
impl PartialEq for BotAppNotModified
Source§impl Serializable for BotAppNotModified
impl Serializable for BotAppNotModified
Source§impl TryFrom<BotApp> for BotAppNotModified
impl TryFrom<BotApp> 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