pub struct CanSendMessage {
pub bot: InputUser,
}Expand description
Fields§
§bot: InputUserTrait Implementations§
Source§impl Clone for CanSendMessage
impl Clone for CanSendMessage
Source§fn clone(&self) -> CanSendMessage
fn clone(&self) -> CanSendMessage
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 CanSendMessage
impl Debug for CanSendMessage
Source§impl Identifiable for CanSendMessage
impl Identifiable for CanSendMessage
Source§const CONSTRUCTOR_ID: u32 = 0x1359f4e6
const CONSTRUCTOR_ID: u32 = 0x1359f4e6
The constructor ID as specified in the TL schema.
Source§impl PartialEq for CanSendMessage
impl PartialEq for CanSendMessage
Source§impl RemoteCall for CanSendMessage
impl RemoteCall for CanSendMessage
Source§impl Serializable for CanSendMessage
impl Serializable for CanSendMessage
impl StructuralPartialEq for CanSendMessage
Auto Trait Implementations§
impl Freeze for CanSendMessage
impl RefUnwindSafe for CanSendMessage
impl Send for CanSendMessage
impl Sync for CanSendMessage
impl Unpin for CanSendMessage
impl UnsafeUnpin for CanSendMessage
impl UnwindSafe for CanSendMessage
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