pub struct CommonGround {
pub description: String,
pub agreed_by: Vec<StakeholderId>,
pub strength: f64,
}Fields§
§description: String§agreed_by: Vec<StakeholderId>§strength: f64Trait Implementations§
Source§impl Clone for CommonGround
impl Clone for CommonGround
Source§fn clone(&self) -> CommonGround
fn clone(&self) -> CommonGround
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 CommonGround
impl Debug for CommonGround
Source§impl<'de> Deserialize<'de> for CommonGround
impl<'de> Deserialize<'de> for CommonGround
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
Auto Trait Implementations§
impl Freeze for CommonGround
impl RefUnwindSafe for CommonGround
impl Send for CommonGround
impl Sync for CommonGround
impl Unpin for CommonGround
impl UnsafeUnpin for CommonGround
impl UnwindSafe for CommonGround
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