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