Struct assembly_fdb::query::PrimaryKeyFilter
source · pub struct PrimaryKeyFilter { /* private fields */ }
Expand description
A struct that can act as a PK filter
This structure works much like a pre-implemented closure
for use in a filter
function. It contains the hash of
a value and uses that to check whether the fields match.
Implementations§
Trait Implementations§
source§impl Clone for PrimaryKeyFilter
impl Clone for PrimaryKeyFilter
source§fn clone(&self) -> PrimaryKeyFilter
fn clone(&self) -> PrimaryKeyFilter
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for PrimaryKeyFilter
impl RefUnwindSafe for PrimaryKeyFilter
impl Send for PrimaryKeyFilter
impl Sync for PrimaryKeyFilter
impl Unpin for PrimaryKeyFilter
impl UnwindSafe for PrimaryKeyFilter
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)