pub enum Success {
Show 35 variants
Test {},
Testnod {},
TestResponse {},
Testext {},
Testextnod {},
Testi {
field: i64,
},
Testinod {
field: i64,
},
Testic {
field: i64,
},
Tests {
field: String,
},
Testsi {
field1: String,
field2: i64,
},
Testsic {
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>,
},
SameOne {
field: i64,
},
SameTwo {
field: i64,
},
Brsf {
features: i64,
},
Cind {
service: bool,
call: bool,
callsetup: i64,
callheld: i64,
signal: i64,
roam: bool,
battchg: i64,
},
Clcc {
index: i64,
dir: i64,
status: i64,
mode: i64,
mpty: i64,
number: String,
ty: i64,
},
Bcs {
codec: i64,
},
BindList {
indicators: Vec<BluetoothHFIndicator>,
},
BindStatus {
anum: BluetoothHFIndicator,
state: bool,
},
Chld {
commands: Vec<String>,
},
Cops {
format: NetworkOperatorNameFormat,
zero: i64,
operator: String,
},
Clip {
number: String,
ty: i64,
},
Cnum {
alpha: String,
number: String,
ty: i64,
speed: String,
service: i64,
},
Vgs {
level: i64,
},
Vgm {
level: i64,
},
Ciev {
ind: i64,
value: i64,
},
Ccwa {
number: String,
ty: i64,
},
Ring {},
}
Variants§
Test
Testnod
TestResponse
Testext
Testextnod
Testi
Testinod
Testic
Tests
Testsi
Testsic
Testio
Testl
Testol
Testm
Testp
Testpp
Testpmpil
SameOne
SameTwo
Brsf
Cind
Clcc
Bcs
BindList
Fields
§
indicators: Vec<BluetoothHFIndicator>
BindStatus
Chld
Cops
Clip
Cnum
Vgs
Vgm
Ciev
Ccwa
Ring
Trait Implementations§
impl Eq for Success
impl StructuralPartialEq for Success
Auto Trait Implementations§
impl Freeze for Success
impl RefUnwindSafe for Success
impl Send for Success
impl Sync for Success
impl Unpin for Success
impl UnwindSafe for Success
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)