pub struct BatchRespondSummary {
pub total: usize,
pub approved: usize,
pub denied: usize,
pub rejected: usize,
}Fields§
§total: usize§approved: usize§denied: usize§rejected: usizeTrait Implementations§
Source§impl Clone for BatchRespondSummary
impl Clone for BatchRespondSummary
Source§fn clone(&self) -> BatchRespondSummary
fn clone(&self) -> BatchRespondSummary
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 moreSource§impl Debug for BatchRespondSummary
impl Debug for BatchRespondSummary
Source§impl<'de> Deserialize<'de> for BatchRespondSummary
impl<'de> Deserialize<'de> for BatchRespondSummary
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 BatchRespondSummary
impl RefUnwindSafe for BatchRespondSummary
impl Send for BatchRespondSummary
impl Sync for BatchRespondSummary
impl Unpin for BatchRespondSummary
impl UnsafeUnpin for BatchRespondSummary
impl UnwindSafe for BatchRespondSummary
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