pub enum Full {
Name,
Rows,
}Expand description
Why an insert was refused.
Two ways, both of them a limit of this band rather than of Redis, and both turned into Redis’s own error text by the command layer above.
Variants§
Trait Implementations§
impl Copy for Full
impl Eq for Full
impl StructuralPartialEq for Full
Auto Trait Implementations§
impl Freeze for Full
impl RefUnwindSafe for Full
impl Send for Full
impl Sync for Full
impl Unpin for Full
impl UnsafeUnpin for Full
impl UnwindSafe for Full
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