Enum mailslurp::apis::inbox_controller_api::DeleteAllInboxesError [−][src]
pub enum DeleteAllInboxesError {
Status401(),
Status403(),
UnknownValue(Value),
}struct for typed errors of method delete_all_inboxes
Variants
UnknownValue(Value)Trait Implementations
impl Clone for DeleteAllInboxesError[src]
impl Clone for DeleteAllInboxesError[src]fn clone(&self) -> DeleteAllInboxesError[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'de> Deserialize<'de> for DeleteAllInboxesError[src]
impl<'de> Deserialize<'de> for DeleteAllInboxesError[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Serialize for DeleteAllInboxesError[src]
impl Serialize for DeleteAllInboxesError[src]Auto Trait Implementations
impl RefUnwindSafe for DeleteAllInboxesError
impl RefUnwindSafe for DeleteAllInboxesErrorimpl Send for DeleteAllInboxesError
impl Send for DeleteAllInboxesErrorimpl Sync for DeleteAllInboxesError
impl Sync for DeleteAllInboxesErrorimpl Unpin for DeleteAllInboxesError
impl Unpin for DeleteAllInboxesErrorimpl UnwindSafe for DeleteAllInboxesError
impl UnwindSafe for DeleteAllInboxesErrorBlanket 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]