Struct rust_tdlib::types::UpdateAnimationSearchParameters
source · [−]pub struct UpdateAnimationSearchParameters { /* private fields */ }
Expand description
The parameters of animation search through GetOption(“animation_search_bot_username”) bot has changed
Implementations
Trait Implementations
sourceimpl AsRef<UpdateAnimationSearchParameters> for UpdateAnimationSearchParameters
impl AsRef<UpdateAnimationSearchParameters> for UpdateAnimationSearchParameters
sourcefn as_ref(&self) -> &UpdateAnimationSearchParameters
fn as_ref(&self) -> &UpdateAnimationSearchParameters
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for UpdateAnimationSearchParameters
impl Clone for UpdateAnimationSearchParameters
sourcefn clone(&self) -> UpdateAnimationSearchParameters
fn clone(&self) -> UpdateAnimationSearchParameters
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 Default for UpdateAnimationSearchParameters
impl Default for UpdateAnimationSearchParameters
sourcefn default() -> UpdateAnimationSearchParameters
fn default() -> UpdateAnimationSearchParameters
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for UpdateAnimationSearchParameters
impl<'de> Deserialize<'de> for UpdateAnimationSearchParameters
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
impl TDUpdate for UpdateAnimationSearchParameters
Auto Trait Implementations
impl RefUnwindSafe for UpdateAnimationSearchParameters
impl Send for UpdateAnimationSearchParameters
impl Sync for UpdateAnimationSearchParameters
impl Unpin for UpdateAnimationSearchParameters
impl UnwindSafe for UpdateAnimationSearchParameters
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