#[repr(u8)]pub enum WcContribution {
NotContributed = 0,
Contributed = 1,
Unknown = 255,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for WcContribution
impl Clone for WcContribution
Source§fn clone(&self) -> WcContribution
fn clone(&self) -> WcContribution
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 WcContribution
Source§impl Debug for WcContribution
impl Debug for WcContribution
Source§impl Display for WcContribution
impl Display for WcContribution
impl Eq for WcContribution
Source§impl PartialEq for WcContribution
impl PartialEq for WcContribution
Source§fn eq(&self, other: &WcContribution) -> bool
fn eq(&self, other: &WcContribution) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WcContribution
Auto Trait Implementations§
impl Freeze for WcContribution
impl RefUnwindSafe for WcContribution
impl Send for WcContribution
impl Sync for WcContribution
impl Unpin for WcContribution
impl UnsafeUnpin for WcContribution
impl UnwindSafe for WcContribution
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