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