Struct avassa_client::RESTErrorList [−][src]
pub struct RESTErrorList { /* fields omitted */ }List of REST API error messages
Trait Implementations
impl<'de> Deserialize<'de> for RESTErrorList[src]
impl<'de> Deserialize<'de> for RESTErrorList[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl RefUnwindSafe for RESTErrorList
impl RefUnwindSafe for RESTErrorListimpl Send for RESTErrorList
impl Send for RESTErrorListimpl Sync for RESTErrorList
impl Sync for RESTErrorListimpl Unpin for RESTErrorList
impl Unpin for RESTErrorListimpl UnwindSafe for RESTErrorList
impl UnwindSafe for RESTErrorListBlanket Implementations
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,