Struct rust_tdlib::types::GetEmojiSuggestionsUrl  
source · [−]pub struct GetEmojiSuggestionsUrl { /* private fields */ }Expand description
Returns an HTTP URL which can be used to automatically log in to the translation platform and suggest new emoji replacements. The URL will be valid for 30 seconds after generation
Implementations
Trait Implementations
sourceimpl AsRef<GetEmojiSuggestionsUrl> for GetEmojiSuggestionsUrl
 
impl AsRef<GetEmojiSuggestionsUrl> for GetEmojiSuggestionsUrl
sourcefn as_ref(&self) -> &GetEmojiSuggestionsUrl
 
fn as_ref(&self) -> &GetEmojiSuggestionsUrl
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for GetEmojiSuggestionsUrl
 
impl Clone for GetEmojiSuggestionsUrl
sourcefn clone(&self) -> GetEmojiSuggestionsUrl
 
fn clone(&self) -> GetEmojiSuggestionsUrl
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 GetEmojiSuggestionsUrl
 
impl Debug for GetEmojiSuggestionsUrl
sourceimpl Default for GetEmojiSuggestionsUrl
 
impl Default for GetEmojiSuggestionsUrl
sourcefn default() -> GetEmojiSuggestionsUrl
 
fn default() -> GetEmojiSuggestionsUrl
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for GetEmojiSuggestionsUrl
 
impl<'de> Deserialize<'de> for GetEmojiSuggestionsUrl
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 GetEmojiSuggestionsUrl
 
impl Serialize for GetEmojiSuggestionsUrl
Auto Trait Implementations
impl RefUnwindSafe for GetEmojiSuggestionsUrl
impl Send for GetEmojiSuggestionsUrl
impl Sync for GetEmojiSuggestionsUrl
impl Unpin for GetEmojiSuggestionsUrl
impl UnwindSafe for GetEmojiSuggestionsUrl
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