pub enum BindMode {
Tx,
Rx,
Trx,
}Expand description
SMPP bind modes.
Variants§
Trait Implementations§
impl Copy for BindMode
Auto Trait Implementations§
impl Freeze for BindMode
impl RefUnwindSafe for BindMode
impl Send for BindMode
impl Sync for BindMode
impl Unpin for BindMode
impl UnwindSafe for BindMode
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