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