Enum polar_core::error::OperationalError [−][src]
Variants
Unimplemented(String)InvalidState(String)An invariant has been broken internally.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for OperationalErrorimpl Send for OperationalErrorimpl Sync for OperationalErrorimpl Unpin for OperationalErrorimpl UnwindSafe for OperationalErrorBlanket Implementations
Mutably borrows from an owned value. Read more