pub struct ImpactProposal {
pub id: String,
pub kind: String,
pub status: String,
}Fields§
§id: String§kind: String§status: StringTrait Implementations§
Source§impl Clone for ImpactProposal
impl Clone for ImpactProposal
Source§fn clone(&self) -> ImpactProposal
fn clone(&self) -> ImpactProposal
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 ImpactProposal
impl Debug for ImpactProposal
Source§impl<'de> Deserialize<'de> for ImpactProposal
impl<'de> Deserialize<'de> for ImpactProposal
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 ImpactProposal
impl PartialEq for ImpactProposal
Source§fn eq(&self, other: &ImpactProposal) -> bool
fn eq(&self, other: &ImpactProposal) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ImpactProposal
impl Serialize for ImpactProposal
impl Eq for ImpactProposal
impl StructuralPartialEq for ImpactProposal
Auto Trait Implementations§
impl Freeze for ImpactProposal
impl RefUnwindSafe for ImpactProposal
impl Send for ImpactProposal
impl Sync for ImpactProposal
impl Unpin for ImpactProposal
impl UnsafeUnpin for ImpactProposal
impl UnwindSafe for ImpactProposal
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.