pub struct ProfileContext {
pub narrative: String,
pub identity: Vec<String>,
pub preferences: Vec<String>,
pub goals: Vec<String>,
}Fields§
§narrative: String§identity: Vec<String>§preferences: Vec<String>§goals: Vec<String>Trait Implementations§
Source§impl Debug for ProfileContext
impl Debug for ProfileContext
Source§impl<'de> Deserialize<'de> for ProfileContext
impl<'de> Deserialize<'de> for ProfileContext
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 ProfileContext
impl RefUnwindSafe for ProfileContext
impl Send for ProfileContext
impl Sync for ProfileContext
impl Unpin for ProfileContext
impl UnsafeUnpin for ProfileContext
impl UnwindSafe for ProfileContext
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