pub struct IntentMatrix {
pub stated_objective: String,
pub subtextual_motive: String,
pub manipulation_risk: String,
}Fields§
§stated_objective: String§subtextual_motive: String§manipulation_risk: StringTrait Implementations§
Source§impl Clone for IntentMatrix
impl Clone for IntentMatrix
Source§fn clone(&self) -> IntentMatrix
fn clone(&self) -> IntentMatrix
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 IntentMatrix
impl Debug for IntentMatrix
Source§impl<'de> Deserialize<'de> for IntentMatrix
impl<'de> Deserialize<'de> for IntentMatrix
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 IntentMatrix
impl RefUnwindSafe for IntentMatrix
impl Send for IntentMatrix
impl Sync for IntentMatrix
impl Unpin for IntentMatrix
impl UnsafeUnpin for IntentMatrix
impl UnwindSafe for IntentMatrix
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