pub struct HashSearchOptions {
pub table: &'static str,
pub schema: &'static str,
pub hash_values: Vec<&'static str>,
pub get_attributes: Vec<&'static str>,
}
Fields§
§table: &'static str
§schema: &'static str
§hash_values: Vec<&'static str>
§get_attributes: Vec<&'static str>
Trait Implementations§
Source§impl Clone for HashSearchOptions
impl Clone for HashSearchOptions
Source§fn clone(&self) -> HashSearchOptions
fn clone(&self) -> HashSearchOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for HashSearchOptions
impl Debug for HashSearchOptions
Source§impl Deserialize<'static> for HashSearchOptions
impl Deserialize<'static> for HashSearchOptions
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'static>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'static>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for HashSearchOptions
impl RefUnwindSafe for HashSearchOptions
impl Send for HashSearchOptions
impl Sync for HashSearchOptions
impl Unpin for HashSearchOptions
impl UnwindSafe for HashSearchOptions
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