pub struct UpdateGroupCallMessageLevels {
pub levels: Vec<GroupCallMessageLevel>,
}Expand description
The levels of live story group call messages have changed
Fields§
§levels: Vec<GroupCallMessageLevel>New description of the levels in decreasing order of groupCallMessageLevel.min_star_count
Trait Implementations§
Source§impl Clone for UpdateGroupCallMessageLevels
impl Clone for UpdateGroupCallMessageLevels
Source§fn clone(&self) -> UpdateGroupCallMessageLevels
fn clone(&self) -> UpdateGroupCallMessageLevels
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 Debug for UpdateGroupCallMessageLevels
impl Debug for UpdateGroupCallMessageLevels
Source§impl Default for UpdateGroupCallMessageLevels
impl Default for UpdateGroupCallMessageLevels
Source§fn default() -> UpdateGroupCallMessageLevels
fn default() -> UpdateGroupCallMessageLevels
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateGroupCallMessageLevels
impl<'de> Deserialize<'de> for UpdateGroupCallMessageLevels
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 UpdateGroupCallMessageLevels
impl PartialEq for UpdateGroupCallMessageLevels
Source§fn eq(&self, other: &UpdateGroupCallMessageLevels) -> bool
fn eq(&self, other: &UpdateGroupCallMessageLevels) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UpdateGroupCallMessageLevels
Auto Trait Implementations§
impl Freeze for UpdateGroupCallMessageLevels
impl RefUnwindSafe for UpdateGroupCallMessageLevels
impl Send for UpdateGroupCallMessageLevels
impl Sync for UpdateGroupCallMessageLevels
impl Unpin for UpdateGroupCallMessageLevels
impl UnsafeUnpin for UpdateGroupCallMessageLevels
impl UnwindSafe for UpdateGroupCallMessageLevels
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