pub enum GsmCallAction {
Call,
Accept,
Cancel,
Hold,
}
Variants§
Trait Implementations§
Source§impl Debug for GsmCallAction
impl Debug for GsmCallAction
Source§impl PartialEq for GsmCallAction
impl PartialEq for GsmCallAction
Source§impl Serialize for GsmCallAction
impl Serialize for GsmCallAction
impl Eq for GsmCallAction
impl StructuralPartialEq for GsmCallAction
Auto Trait Implementations§
impl Freeze for GsmCallAction
impl RefUnwindSafe for GsmCallAction
impl Send for GsmCallAction
impl Sync for GsmCallAction
impl Unpin for GsmCallAction
impl UnwindSafe for GsmCallAction
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