Struct SmsModemErrorCode
#[repr(transparent)]pub struct SmsModemErrorCode(pub i32);Tuple Fields§
§0: i32Implementations§
§impl SmsModemErrorCode
impl SmsModemErrorCode
pub const Other: Self
pub const MessagingNetworkError: Self
pub const SmsOperationNotSupportedByDevice: Self
pub const SmsServiceNotSupportedByNetwork: Self
pub const DeviceFailure: Self
pub const MessageNotEncodedProperly: Self
pub const MessageTooLarge: Self
pub const DeviceNotReady: Self
pub const NetworkNotReady: Self
pub const InvalidSmscAddress: Self
pub const NetworkFailure: Self
pub const FixedDialingNumberRestricted: Self
Trait Implementations§
§impl Clone for SmsModemErrorCode
impl Clone for SmsModemErrorCode
§fn clone(&self) -> SmsModemErrorCode
fn clone(&self) -> SmsModemErrorCode
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 more§impl Debug for SmsModemErrorCode
impl Debug for SmsModemErrorCode
§impl Default for SmsModemErrorCode
impl Default for SmsModemErrorCode
§fn default() -> SmsModemErrorCode
fn default() -> SmsModemErrorCode
Returns the “default value” for a type. Read more
§impl PartialEq for SmsModemErrorCode
impl PartialEq for SmsModemErrorCode
impl Copy for SmsModemErrorCode
impl Eq for SmsModemErrorCode
impl StructuralPartialEq for SmsModemErrorCode
Auto Trait Implementations§
impl Freeze for SmsModemErrorCode
impl RefUnwindSafe for SmsModemErrorCode
impl Send for SmsModemErrorCode
impl Sync for SmsModemErrorCode
impl Unpin for SmsModemErrorCode
impl UnwindSafe for SmsModemErrorCode
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