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
Fields
Testexext
Fields
TestCommand
Fields
Testexextfi
Testexextfic
Testnsd
Testnst
Testnsdnst
Testnod
Testexextfs
Testexextfsi
Testexextfsic
Testio
Testl
Testol
Testm
Testp
Testpp
Testpmpil
TestrRead
Fields
TestrexRead
Fields
TesttTest
Fields
TesttexTest
Fields
Testenum
Fields
§
field: TestOneVariantComma
Testbool
Testotherfile
Fields
Brsf
CindTest
Fields
CindRead
Fields
Clcc
Fields
Bcc
Fields
Bcs
Bac
Bind
BindTest
Fields
BindRead
Fields
Biev
ChldTest
Fields
Cmer
Nrec
Cops
CopsRead
Fields
Cmee
Ccwa
Clip
Cnum
Fields
Vts
Vgs
Vgm
Bia
Answer
Fields
Chup
Fields
Chld
AtdNumber
AtdMemory
Bldn
Fields
Trait Implementations§
source§impl PartialEq<Command> for Command
impl PartialEq<Command> for Command
impl Eq for Command
impl StructuralEq for Command
impl StructuralPartialEq for Command
Auto Trait Implementations§
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