pub enum StoreResponse {
Stored,
NotStored,
Exists,
NotFound,
}
Variants§
Trait Implementations§
Source§impl Debug for StoreResponse
impl Debug for StoreResponse
Auto Trait Implementations§
impl Freeze for StoreResponse
impl RefUnwindSafe for StoreResponse
impl Send for StoreResponse
impl Sync for StoreResponse
impl Unpin for StoreResponse
impl UnwindSafe for StoreResponse
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