Enum at_commands::Command
source · pub enum Command {
Show 56 variants
Testex {},
Testexext {},
TestCommand {},
Testexextfi {
field: i64,
},
Testexextfic {
field: i64,
},
Testnsd {
field: i64,
},
Testnst {
field: i64,
},
Testnsdnst {
field: i64,
},
Testnod {
field: i64,
},
Testexextfs {
field: String,
},
Testexextfsi {
field1: String,
field2: i64,
},
Testexextfsic {
field1: String,
field2: i64,
},
Testio {
field1: i64,
field2: Option<i64>,
},
Testl {
field: Vec<i64>,
},
Testol {
field: Vec<Option<i64>>,
},
Testm {
field: HashMap<i64, String>,
},
Testp {
field: i64,
},
Testpp {
field1: i64,
field2: i64,
field3: String,
},
Testpmpil {
field1: HashMap<i64, String>,
field2: i64,
field3: Vec<i64>,
},
TestrRead {},
TestrexRead {},
TesttTest {},
TesttexTest {},
Testenum {
field: TestOneVariantComma,
},
Testbool {
field: bool,
},
Testotherfile {},
Brsf {
features: i64,
},
CindTest {},
CindRead {},
Clcc {},
Bcc {},
Bcs {
codec: i64,
},
Bac {
codecs: Vec<i64>,
},
Bind {
indicators: Vec<i64>,
},
BindTest {},
BindRead {},
Biev {
anum: BluetoothHFIndicator,
value: i64,
},
ChldTest {},
Cmer {
mode: i64,
keyp: i64,
disp: i64,
ind: i64,
},
Nrec {
nrec: bool,
},
Cops {
three: i64,
format: NetworkOperatorNameFormat,
},
CopsRead {},
Cmee {
enable: bool,
},
Ccwa {
enable: bool,
},
Clip {
enable: bool,
},
Cnum {},
Vts {
code: String,
},
Vgs {
level: i64,
},
Vgm {
level: i64,
},
Bia {
indrep: Vec<Option<bool>>,
},
Answer {},
Chup {},
Chld {
command: String,
},
AtdNumber {
number: String,
},
AtdMemory {
location: String,
},
Bldn {},
}
Variants§
Testex
Testexext
TestCommand
Testexextfi
Testexextfic
Testnsd
Testnst
Testnsdnst
Testnod
Testexextfs
Testexextfsi
Testexextfsic
Testio
Testl
Testol
Testm
Testp
Testpp
Testpmpil
TestrRead
TestrexRead
TesttTest
TesttexTest
Testenum
Fields
§
field: TestOneVariantComma
Testbool
Testotherfile
Brsf
CindTest
CindRead
Clcc
Bcc
Bcs
Bac
Bind
BindTest
BindRead
Biev
ChldTest
Cmer
Nrec
Cops
CopsRead
Cmee
Ccwa
Clip
Cnum
Vts
Vgs
Vgm
Bia
Answer
Chup
Chld
AtdNumber
AtdMemory
Bldn
Trait Implementations§
source§impl PartialEq for Command
impl PartialEq for Command
impl Eq for Command
impl StructuralPartialEq for Command
Auto Trait Implementations§
impl Freeze for Command
impl RefUnwindSafe for Command
impl Send for Command
impl Sync for Command
impl Unpin for Command
impl UnwindSafe for Command
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)