pub struct QueryArgProfiles {
pub items: Option<Vec<QueryArgProfile>>,
pub quantity: i64,
}
Expand description
Query argument-profile mapping for field-level encryption.
Fields§
§items: Option<Vec<QueryArgProfile>>
Number of items for query argument-profile mapping for field-level encryption.
quantity: i64
Number of profiles for query argument-profile mapping for field-level encryption.
Trait Implementations§
Source§impl Clone for QueryArgProfiles
impl Clone for QueryArgProfiles
Source§fn clone(&self) -> QueryArgProfiles
fn clone(&self) -> QueryArgProfiles
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 QueryArgProfiles
impl Debug for QueryArgProfiles
Source§impl Default for QueryArgProfiles
impl Default for QueryArgProfiles
Source§fn default() -> QueryArgProfiles
fn default() -> QueryArgProfiles
Returns the “default value” for a type. Read more
Source§impl PartialEq for QueryArgProfiles
impl PartialEq for QueryArgProfiles
impl StructuralPartialEq for QueryArgProfiles
Auto Trait Implementations§
impl Freeze for QueryArgProfiles
impl RefUnwindSafe for QueryArgProfiles
impl Send for QueryArgProfiles
impl Sync for QueryArgProfiles
impl Unpin for QueryArgProfiles
impl UnwindSafe for QueryArgProfiles
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