pub struct CreateGroup {
pub id: u64,
pub name: String,
}
Fields§
§id: u64
§name: String
Trait Implementations§
Source§impl Clone for CreateGroup
impl Clone for CreateGroup
Source§fn clone(&self) -> CreateGroup
fn clone(&self) -> CreateGroup
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 Codec for CreateGroup
impl Codec for CreateGroup
Source§impl Debug for CreateGroup
impl Debug for CreateGroup
Source§impl Display for CreateGroup
impl Display for CreateGroup
Source§impl Hash for CreateGroup
impl Hash for CreateGroup
Source§impl Ord for CreateGroup
impl Ord for CreateGroup
Source§fn cmp(&self, other: &CreateGroup) -> Ordering
fn cmp(&self, other: &CreateGroup) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CreateGroup
impl PartialEq for CreateGroup
Source§impl PartialOrd for CreateGroup
impl PartialOrd for CreateGroup
impl Eq for CreateGroup
impl StructuralPartialEq for CreateGroup
Auto Trait Implementations§
impl Freeze for CreateGroup
impl RefUnwindSafe for CreateGroup
impl Send for CreateGroup
impl Sync for CreateGroup
impl Unpin for CreateGroup
impl UnwindSafe for CreateGroup
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