Struct rust_tdlib::types::SetChatLocation  
source · [−]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
sourceimpl AsRef<SetChatLocation> for SetChatLocation
 
impl AsRef<SetChatLocation> for SetChatLocation
sourcefn as_ref(&self) -> &SetChatLocation
 
fn as_ref(&self) -> &SetChatLocation
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for SetChatLocation
 
impl Clone for SetChatLocation
sourcefn clone(&self) -> SetChatLocation
 
fn clone(&self) -> SetChatLocation
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for SetChatLocation
 
impl Debug for SetChatLocation
sourceimpl Default for SetChatLocation
 
impl Default for SetChatLocation
sourcefn default() -> SetChatLocation
 
fn default() -> SetChatLocation
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for SetChatLocation
 
impl<'de> Deserialize<'de> for SetChatLocation
sourcefn 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
sourceimpl Serialize for SetChatLocation
 
impl Serialize for SetChatLocation
Auto Trait Implementations
impl RefUnwindSafe for SetChatLocation
impl Send for SetChatLocation
impl Sync for SetChatLocation
impl Unpin for SetChatLocation
impl UnwindSafe for SetChatLocation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more