Enum mpesa::SendRemindersTypes
source · #[repr(u16)]pub enum SendRemindersTypes {
Disable,
Enable,
}
Variants§
Trait Implementations§
source§impl Clone for SendRemindersTypes
impl Clone for SendRemindersTypes
source§fn clone(&self) -> SendRemindersTypes
fn clone(&self) -> SendRemindersTypes
Returns a copy 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 SendRemindersTypes
impl Debug for SendRemindersTypes
source§impl<'de> Deserialize<'de> for SendRemindersTypes
impl<'de> Deserialize<'de> for SendRemindersTypes
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 SendRemindersTypes
impl Display for SendRemindersTypes
source§impl Serialize for SendRemindersTypes
impl Serialize for SendRemindersTypes
impl Copy for SendRemindersTypes
Auto Trait Implementations§
impl RefUnwindSafe for SendRemindersTypes
impl Send for SendRemindersTypes
impl Sync for SendRemindersTypes
impl Unpin for SendRemindersTypes
impl UnwindSafe for SendRemindersTypes
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