pub struct AnimalsBuilder { /* private fields */ }Expand description
Builder for provider-side animal search filters and explicit sensitive lookup values.
Implementations§
Source§impl AnimalsBuilder
impl AnimalsBuilder
Sourcepub fn provider_where_clause(self, clause: ProviderWhereClause) -> Self
pub fn provider_where_clause(self, clause: ProviderWhereClause) -> Self
Applies a raw Gingr where clause while keeping it typed at the boundary.
Trait Implementations§
Source§impl Clone for AnimalsBuilder
impl Clone for AnimalsBuilder
Source§fn clone(&self) -> AnimalsBuilder
fn clone(&self) -> AnimalsBuilder
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 AnimalsBuilder
impl Debug for AnimalsBuilder
Source§impl Default for AnimalsBuilder
impl Default for AnimalsBuilder
Source§fn default() -> AnimalsBuilder
fn default() -> AnimalsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AnimalsBuilder
impl RefUnwindSafe for AnimalsBuilder
impl Send for AnimalsBuilder
impl Sync for AnimalsBuilder
impl Unpin for AnimalsBuilder
impl UnsafeUnpin for AnimalsBuilder
impl UnwindSafe for AnimalsBuilder
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