pub struct FollowUpPayload {
pub label: String,
pub json: String,
pub marker: Option<String>,
pub expected_sink: Option<String>,
}Fields§
§label: String§json: String§marker: Option<String>§expected_sink: Option<String>Trait Implementations§
Source§impl Clone for FollowUpPayload
impl Clone for FollowUpPayload
Source§fn clone(&self) -> FollowUpPayload
fn clone(&self) -> FollowUpPayload
Returns a duplicate of the value. Read more
1.0.0 · 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 FollowUpPayload
impl Debug for FollowUpPayload
Source§impl PartialEq for FollowUpPayload
impl PartialEq for FollowUpPayload
impl Eq for FollowUpPayload
impl StructuralPartialEq for FollowUpPayload
Auto Trait Implementations§
impl Freeze for FollowUpPayload
impl RefUnwindSafe for FollowUpPayload
impl Send for FollowUpPayload
impl Sync for FollowUpPayload
impl Unpin for FollowUpPayload
impl UnsafeUnpin for FollowUpPayload
impl UnwindSafe for FollowUpPayload
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