Enum object_lib::error::ObjectOperationError
source · pub enum ObjectOperationError {
OperationAllocationError(AllocationError),
OperationAccessError(AccessError),
OperationUpdateError(UpdateError),
UnknownError(/* private fields */),
}Variants§
OperationAllocationError(AllocationError)
OperationAccessError(AccessError)
OperationUpdateError(UpdateError)
UnknownError(/* private fields */)
Trait Implementations§
source§impl Clone for ObjectOperationError
impl Clone for ObjectOperationError
source§fn clone(&self) -> ObjectOperationError
fn clone(&self) -> ObjectOperationError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ObjectOperationError
impl Debug for ObjectOperationError
Auto Trait Implementations§
impl RefUnwindSafe for ObjectOperationError
impl Send for ObjectOperationError
impl Sync for ObjectOperationError
impl Unpin for ObjectOperationError
impl UnwindSafe for ObjectOperationError
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