pub struct UpdateBasicGroup {
pub basic_group: BasicGroup,
}
Expand description
Some data of a basic group has changed. This update is guaranteed to come before the basic group identifier is returned to the client
Fields§
§basic_group: BasicGroup
New data about the group
Trait Implementations§
Source§impl Clone for UpdateBasicGroup
impl Clone for UpdateBasicGroup
Source§fn clone(&self) -> UpdateBasicGroup
fn clone(&self) -> UpdateBasicGroup
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 UpdateBasicGroup
impl Debug for UpdateBasicGroup
Source§impl<'de> Deserialize<'de> for UpdateBasicGroup
impl<'de> Deserialize<'de> for UpdateBasicGroup
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
Auto Trait Implementations§
impl Freeze for UpdateBasicGroup
impl RefUnwindSafe for UpdateBasicGroup
impl Send for UpdateBasicGroup
impl Sync for UpdateBasicGroup
impl Unpin for UpdateBasicGroup
impl UnwindSafe for UpdateBasicGroup
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