pub struct SystemFollowUpContext {
pub party_id: String,
pub description: Option<String>,
}
Fields§
§party_id: String
§description: Option<String>
Trait Implementations§
Source§impl Debug for SystemFollowUpContext
impl Debug for SystemFollowUpContext
Source§impl<'de> Deserialize<'de> for SystemFollowUpContext
impl<'de> Deserialize<'de> for SystemFollowUpContext
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 Display for SystemFollowUpContext
impl Display for SystemFollowUpContext
Auto Trait Implementations§
impl Freeze for SystemFollowUpContext
impl RefUnwindSafe for SystemFollowUpContext
impl Send for SystemFollowUpContext
impl Sync for SystemFollowUpContext
impl Unpin for SystemFollowUpContext
impl UnwindSafe for SystemFollowUpContext
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