Enum redis_driver::BitUnit
source · [−]pub enum BitUnit {
Byte,
Bit,
}
Variants
Byte
Bit
Trait Implementations
sourceimpl IntoArgs for BitUnit
impl IntoArgs for BitUnit
fn into_args(self, args: CommandArgs) -> CommandArgs
fn num_args(&self) -> usize
Auto Trait Implementations
impl RefUnwindSafe for BitUnit
impl Send for BitUnit
impl Sync for BitUnit
impl Unpin for BitUnit
impl UnwindSafe for BitUnit
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more