pub enum OwpError {
UnsupportedVersion,
UnsupportedSchema,
UnsupportedService,
IllegalOperation,
IllegalArgument,
IllegalState,
InternalError,
InvalidMessage,
}Expand description
Variants§
UnsupportedVersion
UnsupportedSchema
UnsupportedService
IllegalOperation
IllegalArgument
IllegalState
InternalError
InvalidMessage
Trait Implementations§
impl Eq for OwpError
impl StructuralPartialEq for OwpError
Auto Trait Implementations§
impl Freeze for OwpError
impl RefUnwindSafe for OwpError
impl Send for OwpError
impl Sync for OwpError
impl Unpin for OwpError
impl UnwindSafe for OwpError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more