pub enum CompletenessStanding {
Partial,
Complete,
}Expand description
Whether every member under one structural question is covered.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CompletenessStanding
impl Clone for CompletenessStanding
Source§fn clone(&self) -> CompletenessStanding
fn clone(&self) -> CompletenessStanding
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 moreimpl Copy for CompletenessStanding
Source§impl Debug for CompletenessStanding
impl Debug for CompletenessStanding
impl Eq for CompletenessStanding
Source§impl Hash for CompletenessStanding
impl Hash for CompletenessStanding
Source§impl PartialEq for CompletenessStanding
impl PartialEq for CompletenessStanding
impl StructuralPartialEq for CompletenessStanding
Auto Trait Implementations§
impl Freeze for CompletenessStanding
impl RefUnwindSafe for CompletenessStanding
impl Send for CompletenessStanding
impl Sync for CompletenessStanding
impl Unpin for CompletenessStanding
impl UnsafeUnpin for CompletenessStanding
impl UnwindSafe for CompletenessStanding
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