pub struct BatchListItem {
pub batch_id: BatchId,
pub status: BatchStatus,
}Expand description
One entry of a batch listing.
Fields§
§batch_id: BatchIdProvider batch id.
status: BatchStatusStatus.
Trait Implementations§
Source§impl Clone for BatchListItem
impl Clone for BatchListItem
Source§fn clone(&self) -> BatchListItem
fn clone(&self) -> BatchListItem
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 moreSource§impl Debug for BatchListItem
impl Debug for BatchListItem
Source§impl<'de> Deserialize<'de> for BatchListItem
impl<'de> Deserialize<'de> for BatchListItem
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
Source§impl PartialEq for BatchListItem
impl PartialEq for BatchListItem
Source§impl Serialize for BatchListItem
impl Serialize for BatchListItem
impl StructuralPartialEq for BatchListItem
Auto Trait Implementations§
impl Freeze for BatchListItem
impl RefUnwindSafe for BatchListItem
impl Send for BatchListItem
impl Sync for BatchListItem
impl Unpin for BatchListItem
impl UnsafeUnpin for BatchListItem
impl UnwindSafe for BatchListItem
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