pub struct UpdateGroup {
pub name: Option<String>,
}Fields§
§name: Option<String>Name of the group.
Trait Implementations§
Source§impl Clone for UpdateGroup
impl Clone for UpdateGroup
Source§fn clone(&self) -> UpdateGroup
fn clone(&self) -> UpdateGroup
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UpdateGroup
impl Debug for UpdateGroup
Source§impl Default for UpdateGroup
impl Default for UpdateGroup
Source§fn default() -> UpdateGroup
fn default() -> UpdateGroup
Returns the “default value” for a type. Read more
Source§impl Serialize for UpdateGroup
impl Serialize for UpdateGroup
Auto Trait Implementations§
impl Freeze for UpdateGroup
impl RefUnwindSafe for UpdateGroup
impl Send for UpdateGroup
impl Sync for UpdateGroup
impl Unpin for UpdateGroup
impl UnsafeUnpin for UpdateGroup
impl UnwindSafe for UpdateGroup
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