pub enum ProposalKind {
Evidence,
Relation,
Claim,
Event,
}Expand description
Proposal fact family stored before user approval.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ProposalKind
impl Clone for ProposalKind
Source§fn clone(&self) -> ProposalKind
fn clone(&self) -> ProposalKind
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 ProposalKind
impl Debug for ProposalKind
Source§impl<'de> Deserialize<'de> for ProposalKind
impl<'de> Deserialize<'de> for ProposalKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ProposalKind
impl PartialEq for ProposalKind
Source§fn eq(&self, other: &ProposalKind) -> bool
fn eq(&self, other: &ProposalKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ProposalKind
impl Serialize for ProposalKind
impl Copy for ProposalKind
impl Eq for ProposalKind
impl StructuralPartialEq for ProposalKind
Auto Trait Implementations§
impl Freeze for ProposalKind
impl RefUnwindSafe for ProposalKind
impl Send for ProposalKind
impl Sync for ProposalKind
impl Unpin for ProposalKind
impl UnsafeUnpin for ProposalKind
impl UnwindSafe for ProposalKind
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