pub struct DeliverCancelInput {
pub target: Value,
pub activity_id: String,
}Fields§
§target: Value§activity_id: StringTrait Implementations§
Source§impl Clone for DeliverCancelInput
impl Clone for DeliverCancelInput
Source§fn clone(&self) -> DeliverCancelInput
fn clone(&self) -> DeliverCancelInput
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 moreAuto Trait Implementations§
impl Freeze for DeliverCancelInput
impl RefUnwindSafe for DeliverCancelInput
impl Send for DeliverCancelInput
impl Sync for DeliverCancelInput
impl Unpin for DeliverCancelInput
impl UnsafeUnpin for DeliverCancelInput
impl UnwindSafe for DeliverCancelInput
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