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