pub struct RemoveChatVerification { /* private fields */ }
Expand description
Removes verification from a chat that is currently verified on behalf of the organization represented by the bot.
Implementations§
Trait Implementations§
Source§impl Clone for RemoveChatVerification
impl Clone for RemoveChatVerification
Source§fn clone(&self) -> RemoveChatVerification
fn clone(&self) -> RemoveChatVerification
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 RemoveChatVerification
impl Debug for RemoveChatVerification
Source§impl Method for RemoveChatVerification
impl Method for RemoveChatVerification
Source§impl Serialize for RemoveChatVerification
impl Serialize for RemoveChatVerification
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for RemoveChatVerification
impl RefUnwindSafe for RemoveChatVerification
impl Send for RemoveChatVerification
impl Sync for RemoveChatVerification
impl Unpin for RemoveChatVerification
impl UnwindSafe for RemoveChatVerification
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