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