pub struct FindByValue { /* private fields */ }
Implementations§
Source§impl FindByValue
impl FindByValue
pub fn get_redis_mask(&self) -> &str
Trait Implementations§
Source§impl GetRegularExpression for FindByValue
impl GetRegularExpression for FindByValue
fn get_regular_expression(&self) -> &Regex
Source§impl TryFrom<Vec<RedisString>> for FindByValue
impl TryFrom<Vec<RedisString>> for FindByValue
Auto Trait Implementations§
impl Freeze for FindByValue
impl RefUnwindSafe for FindByValue
impl Send for FindByValue
impl Sync for FindByValue
impl Unpin for FindByValue
impl UnwindSafe for FindByValue
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