pub struct ValkeyValue(/* private fields */);Expand description
Validated binary value that clears its allocation on drop.
Implementations§
Trait Implementations§
Source§impl Clone for ValkeyValue
impl Clone for ValkeyValue
Source§fn clone(&self) -> ValkeyValue
fn clone(&self) -> ValkeyValue
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Drop for ValkeyValue
impl Drop for ValkeyValue
impl Eq for ValkeyValue
Source§impl PartialEq for ValkeyValue
impl PartialEq for ValkeyValue
impl StructuralPartialEq for ValkeyValue
Auto Trait Implementations§
impl Freeze for ValkeyValue
impl RefUnwindSafe for ValkeyValue
impl Send for ValkeyValue
impl Sync for ValkeyValue
impl Unpin for ValkeyValue
impl UnsafeUnpin for ValkeyValue
impl UnwindSafe for ValkeyValue
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