pub struct BatchClosedPayload {
pub batch_id: String,
}Fields§
§batch_id: StringTrait Implementations§
Source§impl Clone for BatchClosedPayload
impl Clone for BatchClosedPayload
Source§fn clone(&self) -> BatchClosedPayload
fn clone(&self) -> BatchClosedPayload
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 BatchClosedPayload
impl RefUnwindSafe for BatchClosedPayload
impl Send for BatchClosedPayload
impl Sync for BatchClosedPayload
impl Unpin for BatchClosedPayload
impl UnsafeUnpin for BatchClosedPayload
impl UnwindSafe for BatchClosedPayload
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