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