pub struct Exists {
pub keys: Vec<String>,
}Expand description
Returns if key exists.
Keys are counted as many times as mentioned in the input.
Fields§
§keys: Vec<String>Trait Implementations§
Source§impl Executable for Exists
impl Executable for Exists
impl StructuralPartialEq for Exists
Auto Trait Implementations§
impl Freeze for Exists
impl RefUnwindSafe for Exists
impl Send for Exists
impl Sync for Exists
impl Unpin for Exists
impl UnwindSafe for Exists
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