pub struct UpdateGroupBody {
pub name: String,
}Available on crate feature
administration-types only.Expand description
Request payload for updating the details of an existing group.
Fields§
§name: StringNew display name for the group.
Trait Implementations§
Source§impl Clone for UpdateGroupBody
impl Clone for UpdateGroupBody
Source§fn clone(&self) -> UpdateGroupBody
fn clone(&self) -> UpdateGroupBody
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 UpdateGroupBody
impl Debug for UpdateGroupBody
Source§impl<'de> Deserialize<'de> for UpdateGroupBody
impl<'de> Deserialize<'de> for UpdateGroupBody
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 UpdateGroupBody
impl PartialEq for UpdateGroupBody
Source§impl Serialize for UpdateGroupBody
impl Serialize for UpdateGroupBody
impl StructuralPartialEq for UpdateGroupBody
Auto Trait Implementations§
impl Freeze for UpdateGroupBody
impl RefUnwindSafe for UpdateGroupBody
impl Send for UpdateGroupBody
impl Sync for UpdateGroupBody
impl Unpin for UpdateGroupBody
impl UnwindSafe for UpdateGroupBody
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