pub struct BatchCallStatus(/* private fields */);Expand description
A batch’s lifecycle state.
Implementations§
Source§impl BatchCallStatus
impl BatchCallStatus
Sourcepub const PARSE_FAILED: Self
pub const PARSE_FAILED: Self
The recipients file could not be parsed.
Sourcepub const CANCELLING: Self
pub const CANCELLING: Self
The batch is winding down.
Trait Implementations§
Source§impl AsRef<str> for BatchCallStatus
impl AsRef<str> for BatchCallStatus
Source§impl Clone for BatchCallStatus
impl Clone for BatchCallStatus
Source§fn clone(&self) -> BatchCallStatus
fn clone(&self) -> BatchCallStatus
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 BatchCallStatus
impl Debug for BatchCallStatus
Source§impl<'de> Deserialize<'de> for BatchCallStatus
impl<'de> Deserialize<'de> for BatchCallStatus
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 Display for BatchCallStatus
impl Display for BatchCallStatus
impl Eq for BatchCallStatus
Source§impl From<&str> for BatchCallStatus
impl From<&str> for BatchCallStatus
Source§impl From<String> for BatchCallStatus
impl From<String> for BatchCallStatus
Source§impl Hash for BatchCallStatus
impl Hash for BatchCallStatus
Source§impl PartialEq for BatchCallStatus
impl PartialEq for BatchCallStatus
Source§impl Serialize for BatchCallStatus
impl Serialize for BatchCallStatus
impl StructuralPartialEq for BatchCallStatus
Auto Trait Implementations§
impl Freeze for BatchCallStatus
impl RefUnwindSafe for BatchCallStatus
impl Send for BatchCallStatus
impl Sync for BatchCallStatus
impl Unpin for BatchCallStatus
impl UnsafeUnpin for BatchCallStatus
impl UnwindSafe for BatchCallStatus
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.