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§
Source§impl AsRef<GetEmojiSuggestionsUrl> for GetEmojiSuggestionsUrl
impl AsRef<GetEmojiSuggestionsUrl> for GetEmojiSuggestionsUrl
Source§fn as_ref(&self) -> &GetEmojiSuggestionsUrl
fn as_ref(&self) -> &GetEmojiSuggestionsUrl
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for GetEmojiSuggestionsUrl
impl Clone for GetEmojiSuggestionsUrl
Source§fn clone(&self) -> GetEmojiSuggestionsUrl
fn clone(&self) -> GetEmojiSuggestionsUrl
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GetEmojiSuggestionsUrl
impl Debug for GetEmojiSuggestionsUrl
Source§impl Default for GetEmojiSuggestionsUrl
impl Default for GetEmojiSuggestionsUrl
Source§fn default() -> GetEmojiSuggestionsUrl
fn default() -> GetEmojiSuggestionsUrl
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetEmojiSuggestionsUrl
impl<'de> Deserialize<'de> for GetEmojiSuggestionsUrl
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 GetEmojiSuggestionsUrl
impl RefUnwindSafe for GetEmojiSuggestionsUrl
impl Send for GetEmojiSuggestionsUrl
impl Sync for GetEmojiSuggestionsUrl
impl Unpin for GetEmojiSuggestionsUrl
impl UnwindSafe for GetEmojiSuggestionsUrl
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