#[repr(transparent)]pub struct UssdResultCode(pub i32);
Expand description
Required features: "Networking_NetworkOperators"
Tuple Fields
0: i32
Implementations
impl UssdResultCode
impl UssdResultCode
pub const NoActionRequired: Self = Self(0i32)
pub const ActionRequired: Self = Self(1i32)
pub const Terminated: Self = Self(2i32)
pub const OtherLocalClient: Self = Self(3i32)
pub const OperationNotSupported: Self = Self(4i32)
pub const NetworkTimeout: Self = Self(5i32)
Trait Implementations
impl Clone for UssdResultCode
impl Clone for UssdResultCode
impl Copy for UssdResultCode
Auto Trait Implementations
impl RefUnwindSafe for UssdResultCode
impl Send for UssdResultCode
impl Sync for UssdResultCode
impl Unpin for UssdResultCode
impl UnwindSafe for UssdResultCode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more