pub struct BatchStatusUpdate {
pub updates: Vec<BatchStatusItem>,
}Fields§
§updates: Vec<BatchStatusItem>Trait Implementations§
Source§impl Debug for BatchStatusUpdate
impl Debug for BatchStatusUpdate
Source§impl<'de> Deserialize<'de> for BatchStatusUpdate
impl<'de> Deserialize<'de> for BatchStatusUpdate
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for BatchStatusUpdate
impl RefUnwindSafe for BatchStatusUpdate
impl Send for BatchStatusUpdate
impl Sync for BatchStatusUpdate
impl Unpin for BatchStatusUpdate
impl UnsafeUnpin for BatchStatusUpdate
impl UnwindSafe for BatchStatusUpdate
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