Struct rust_tdlib::types::SearchChatsNearby
source · [−]pub struct SearchChatsNearby { /* private fields */ }
Expand description
Returns a list of users and location-based supergroups nearby. The list of users nearby will be updated for 60 seconds after the request by the updates updateUsersNearby. The request must be sent again every 25 seconds with adjusted location to not miss new chats
Implementations
Trait Implementations
sourceimpl AsRef<SearchChatsNearby> for SearchChatsNearby
impl AsRef<SearchChatsNearby> for SearchChatsNearby
sourcefn as_ref(&self) -> &SearchChatsNearby
fn as_ref(&self) -> &SearchChatsNearby
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for SearchChatsNearby
impl Clone for SearchChatsNearby
sourcefn clone(&self) -> SearchChatsNearby
fn clone(&self) -> SearchChatsNearby
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 SearchChatsNearby
impl Debug for SearchChatsNearby
sourceimpl Default for SearchChatsNearby
impl Default for SearchChatsNearby
sourcefn default() -> SearchChatsNearby
fn default() -> SearchChatsNearby
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for SearchChatsNearby
impl<'de> Deserialize<'de> for SearchChatsNearby
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 SearchChatsNearby
impl Serialize for SearchChatsNearby
Auto Trait Implementations
impl RefUnwindSafe for SearchChatsNearby
impl Send for SearchChatsNearby
impl Sync for SearchChatsNearby
impl Unpin for SearchChatsNearby
impl UnwindSafe for SearchChatsNearby
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