pub struct ChatEventIsAllHistoryAvailableToggled {
pub is_all_history_available: bool,
}Expand description
The is_all_history_available setting of a supergroup was toggled
Fields§
§is_all_history_available: boolNew value of is_all_history_available
Trait Implementations§
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§fn clone_from(&mut self, source: &Self)
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
Source§impl PartialEq for ChatEventIsAllHistoryAvailableToggled
impl PartialEq for ChatEventIsAllHistoryAvailableToggled
Source§fn eq(&self, other: &ChatEventIsAllHistoryAvailableToggled) -> bool
fn eq(&self, other: &ChatEventIsAllHistoryAvailableToggled) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq 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