pub struct GroupValidationRow {
pub group_id: String,
pub group_members: String,
pub failure_coactivation_count: usize,
pub pass_coactivation_count: usize,
pub retained_or_rejected: String,
pub reason: String,
}Fields§
§group_id: String§group_members: String§failure_coactivation_count: usize§pass_coactivation_count: usize§retained_or_rejected: String§reason: StringTrait Implementations§
Source§impl Clone for GroupValidationRow
impl Clone for GroupValidationRow
Source§fn clone(&self) -> GroupValidationRow
fn clone(&self) -> GroupValidationRow
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 GroupValidationRow
impl Debug for GroupValidationRow
Auto Trait Implementations§
impl Freeze for GroupValidationRow
impl RefUnwindSafe for GroupValidationRow
impl Send for GroupValidationRow
impl Sync for GroupValidationRow
impl Unpin for GroupValidationRow
impl UnsafeUnpin for GroupValidationRow
impl UnwindSafe for GroupValidationRow
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