pub struct Ratification {
pub constitution: Box<UserConstitution>,
pub accepted_clause_ids: Vec<String>,
pub before_digest: String,
pub after_digest: String,
}Expand description
A completed, explicit human ratification.
Fields§
§constitution: Box<UserConstitution>§accepted_clause_ids: Vec<String>§before_digest: String§after_digest: StringTrait Implementations§
Source§impl Clone for Ratification
impl Clone for Ratification
Source§fn clone(&self) -> Ratification
fn clone(&self) -> Ratification
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 Ratification
impl Debug for Ratification
impl Eq for Ratification
Source§impl PartialEq for Ratification
impl PartialEq for Ratification
impl StructuralPartialEq for Ratification
Auto Trait Implementations§
impl Freeze for Ratification
impl RefUnwindSafe for Ratification
impl Send for Ratification
impl Sync for Ratification
impl Unpin for Ratification
impl UnsafeUnpin for Ratification
impl UnwindSafe for Ratification
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.