pub enum StoreItemError {
InvalidCollection,
InvalidBucket,
InvalidObject,
}Variants§
Trait Implementations§
Source§impl Debug for StoreItemError
impl Debug for StoreItemError
Source§impl PartialEq for StoreItemError
impl PartialEq for StoreItemError
Source§fn eq(&self, other: &StoreItemError) -> bool
fn eq(&self, other: &StoreItemError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StoreItemError
Auto Trait Implementations§
impl Freeze for StoreItemError
impl RefUnwindSafe for StoreItemError
impl Send for StoreItemError
impl Sync for StoreItemError
impl Unpin for StoreItemError
impl UnsafeUnpin for StoreItemError
impl UnwindSafe for StoreItemError
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