Struct euphony_command::CreateGroup
source · [−]Fields
id: u64
name: String
Trait Implementations
sourceimpl Clone for CreateGroup
impl Clone for CreateGroup
sourcefn clone(&self) -> CreateGroup
fn clone(&self) -> CreateGroup
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Codec for CreateGroup
impl Codec for CreateGroup
sourceimpl Debug for CreateGroup
impl Debug for CreateGroup
sourceimpl Display for CreateGroup
impl Display for CreateGroup
sourceimpl Hash for CreateGroup
impl Hash for CreateGroup
sourceimpl Ord for CreateGroup
impl Ord for CreateGroup
sourceimpl PartialEq<CreateGroup> for CreateGroup
impl PartialEq<CreateGroup> for CreateGroup
sourcefn eq(&self, other: &CreateGroup) -> bool
fn eq(&self, other: &CreateGroup) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &CreateGroup) -> bool
fn ne(&self, other: &CreateGroup) -> bool
This method tests for !=
.
sourceimpl PartialOrd<CreateGroup> for CreateGroup
impl PartialOrd<CreateGroup> for CreateGroup
sourcefn partial_cmp(&self, other: &CreateGroup) -> Option<Ordering>
fn partial_cmp(&self, other: &CreateGroup) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
impl Eq for CreateGroup
impl StructuralEq for CreateGroup
impl StructuralPartialEq for CreateGroup
Auto Trait Implementations
impl RefUnwindSafe for CreateGroup
impl Send for CreateGroup
impl Sync for CreateGroup
impl Unpin for CreateGroup
impl UnwindSafe for CreateGroup
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more