pub struct DeliveryResultCode(pub i32);Expand description
کدهای نتیجه گزارش تحویل
Tuple Fields§
§0: i32Implementations§
Source§impl DeliveryResultCode
impl DeliveryResultCode
pub const SUCCESS: Self
pub const SERVICE_ERROR: Self
pub const INVALID_BATCH_SMS_ID: Self
pub const REPORT_EXPIRED: Self
pub const MESSAGE_IN_QUEUE: Self
pub const TOO_EARLY: Self
pub const IP_BLOCKED: Self
pub const INVALID_API_KEY: Self
Sourcepub fn description(&self) -> &'static str
pub fn description(&self) -> &'static str
توضیحات فارسی
Trait Implementations§
Source§impl Clone for DeliveryResultCode
impl Clone for DeliveryResultCode
Source§fn clone(&self) -> DeliveryResultCode
fn clone(&self) -> DeliveryResultCode
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 DeliveryResultCode
impl Debug for DeliveryResultCode
Source§impl<'de> Deserialize<'de> for DeliveryResultCode
impl<'de> Deserialize<'de> for DeliveryResultCode
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 DeliveryResultCode
impl Display for DeliveryResultCode
Source§impl PartialEq for DeliveryResultCode
impl PartialEq for DeliveryResultCode
Source§impl Serialize for DeliveryResultCode
impl Serialize for DeliveryResultCode
impl Copy for DeliveryResultCode
impl Eq for DeliveryResultCode
impl StructuralPartialEq for DeliveryResultCode
Auto Trait Implementations§
impl Freeze for DeliveryResultCode
impl RefUnwindSafe for DeliveryResultCode
impl Send for DeliveryResultCode
impl Sync for DeliveryResultCode
impl Unpin for DeliveryResultCode
impl UnsafeUnpin for DeliveryResultCode
impl UnwindSafe for DeliveryResultCode
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,
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.