pub struct ChatEventIsAllHistoryAvailableToggled { /* private fields */ }
Expand description
The is_all_history_available setting of a supergroup was toggled
Implementations
Trait Implementations
sourceimpl AsRef<ChatEventIsAllHistoryAvailableToggled> for ChatEventIsAllHistoryAvailableToggled
impl AsRef<ChatEventIsAllHistoryAvailableToggled> for ChatEventIsAllHistoryAvailableToggled
sourcefn as_ref(&self) -> &ChatEventIsAllHistoryAvailableToggled
fn as_ref(&self) -> &ChatEventIsAllHistoryAvailableToggled
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for ChatEventIsAllHistoryAvailableToggled
impl Clone for ChatEventIsAllHistoryAvailableToggled
sourcefn clone(&self) -> ChatEventIsAllHistoryAvailableToggled
fn clone(&self) -> ChatEventIsAllHistoryAvailableToggled
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 ChatEventIsAllHistoryAvailableToggled
impl Default for ChatEventIsAllHistoryAvailableToggled
sourcefn default() -> ChatEventIsAllHistoryAvailableToggled
fn default() -> ChatEventIsAllHistoryAvailableToggled
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ChatEventIsAllHistoryAvailableToggled
impl<'de> Deserialize<'de> for ChatEventIsAllHistoryAvailableToggled
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 TDChatEventAction for ChatEventIsAllHistoryAvailableToggled
Auto Trait Implementations
impl RefUnwindSafe for ChatEventIsAllHistoryAvailableToggled
impl Send for ChatEventIsAllHistoryAvailableToggled
impl Sync for ChatEventIsAllHistoryAvailableToggled
impl Unpin for ChatEventIsAllHistoryAvailableToggled
impl UnwindSafe for ChatEventIsAllHistoryAvailableToggled
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