[][src]Struct pca9956b_api::models::OpError

pub struct OpError {
    pub error: Option<String>,
}

Fields

error: Option<String>

Error description

Implementations

impl OpError[src]

pub fn new() -> OpError[src]

Trait Implementations

impl Clone for OpError[src]

impl Debug for OpError[src]

impl<'de> Deserialize<'de> for OpError[src]

impl FromStr for OpError[src]

Converts Query Parameters representation (style=form, explode=false) to a OpError value as specified in https://swagger.io/docs/specification/serialization/ Should be implemented in a serde deserializer

type Err = String

The associated error which can be returned from parsing.

impl PartialEq<OpError> for OpError[src]

impl Serialize for OpError[src]

impl StructuralPartialEq for OpError[src]

impl ToString for OpError[src]

Converts the OpError value to the Query Parameters representation (style=form, explode=false) specified in https://swagger.io/docs/specification/serialization/ Should be implemented in a serde serializer

Auto Trait Implementations

impl RefUnwindSafe for OpError

impl Send for OpError

impl Sync for OpError

impl Unpin for OpError

impl UnwindSafe for OpError

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.