Skip to main content

Success

Enum Success 

Source
pub enum Success {
Show 37 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>, }, Testioo { field1: i64, field2: Option<i64>, field3: Option<String>, }, 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, }, CindRead { ordered_values: Vec<i64>, }, Clcc { index: i64, direction: i64, status: i64, mode: i64, multiparty: i64, number: Option<String>, ty: Option<i64>, alpha: Option<String>, priority: Option<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 {}, Bsir { enable: bool, },
}

Variants§

§

Test

§

Testnod

§

TestResponse

§

Testext

§

Testextnod

§

Testi

Fields

§field: i64
§

Testinod

Fields

§field: i64
§

Testic

Fields

§field: i64
§

Tests

Fields

§field: String
§

Testsi

Fields

§field1: String
§field2: i64
§

Testsic

Fields

§field1: String
§field2: i64
§

Testio

Fields

§field1: i64
§field2: Option<i64>
§

Testioo

Fields

§field1: i64
§field2: Option<i64>
§field3: Option<String>
§

Testl

Fields

§field: Vec<i64>
§

Testol

Fields

§field: Vec<Option<i64>>
§

Testm

Fields

§

Testp

Fields

§field: i64
§

Testpp

Fields

§field1: i64
§field2: i64
§field3: String
§

Testpmpil

Fields

§field1: HashMap<i64, String>
§field2: i64
§field3: Vec<i64>
§

SameOne

Fields

§field: i64
§

SameTwo

Fields

§field: i64
§

Brsf

Fields

§features: i64
§

CindRead

Fields

§ordered_values: Vec<i64>
§

Clcc

Fields

§index: i64
§direction: i64
§status: i64
§mode: i64
§multiparty: i64
§number: Option<String>
§priority: Option<i64>
§

Bcs

Fields

§codec: i64
§

BindList

Fields

§

BindStatus

Fields

§state: bool
§

Chld

Fields

§commands: Vec<String>
§

Cops

Fields

§zero: i64
§operator: String
§

Clip

Fields

§number: String
§ty: i64
§

Cnum

Fields

§alpha: String
§number: String
§ty: i64
§speed: String
§service: i64
§

Vgs

Fields

§level: i64
§

Vgm

Fields

§level: i64
§

Ciev

Fields

§ind: i64
§value: i64
§

Ccwa

Fields

§number: String
§ty: i64
§

Ring

§

Bsir

Fields

§enable: bool

Trait Implementations§

Source§

impl Clone for Success

Source§

fn clone(&self) -> Success

Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for Success

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Eq for Success

Source§

impl PartialEq for Success

Source§

fn eq(&self, other: &Success) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 (const: unstable) · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl StructuralPartialEq for Success

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.