pub struct GroupAssignment {
pub assigned_group: GroupRef,
}Fields§
§assigned_group: GroupRefTrait Implementations§
Source§impl Clone for GroupAssignment
impl Clone for GroupAssignment
Source§fn clone(&self) -> GroupAssignment
fn clone(&self) -> GroupAssignment
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 GroupAssignment
impl Debug for GroupAssignment
Source§impl PartialEq for GroupAssignment
impl PartialEq for GroupAssignment
Source§fn eq(&self, other: &GroupAssignment) -> bool
fn eq(&self, other: &GroupAssignment) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GroupAssignment
Auto Trait Implementations§
impl Freeze for GroupAssignment
impl RefUnwindSafe for GroupAssignment
impl Send for GroupAssignment
impl Sync for GroupAssignment
impl Unpin for GroupAssignment
impl UnsafeUnpin for GroupAssignment
impl UnwindSafe for GroupAssignment
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