pub struct SetChatLocation { /* private fields */ }
Expand description
Changes the location of a chat. Available only for some location-based supergroups, use supergroupFullInfo.can_set_location to check whether the method is allowed to use
Implementations§
Trait Implementations§
Source§impl AsRef<SetChatLocation> for SetChatLocation
impl AsRef<SetChatLocation> for SetChatLocation
Source§fn as_ref(&self) -> &SetChatLocation
fn as_ref(&self) -> &SetChatLocation
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for SetChatLocation
impl Clone for SetChatLocation
Source§fn clone(&self) -> SetChatLocation
fn clone(&self) -> SetChatLocation
Returns a copy 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 SetChatLocation
impl Debug for SetChatLocation
Source§impl Default for SetChatLocation
impl Default for SetChatLocation
Source§fn default() -> SetChatLocation
fn default() -> SetChatLocation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetChatLocation
impl<'de> Deserialize<'de> for SetChatLocation
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SetChatLocation
impl RefUnwindSafe for SetChatLocation
impl Send for SetChatLocation
impl Sync for SetChatLocation
impl Unpin for SetChatLocation
impl UnwindSafe for SetChatLocation
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