pub struct RowIdentityPolicies {
pub on_null_key: IdentityFailurePolicy,
pub on_duplicate_key: IdentityFailurePolicy,
}Fields§
§on_null_key: IdentityFailurePolicy§on_duplicate_key: IdentityFailurePolicyTrait Implementations§
Source§impl Clone for RowIdentityPolicies
impl Clone for RowIdentityPolicies
Source§fn clone(&self) -> RowIdentityPolicies
fn clone(&self) -> RowIdentityPolicies
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RowIdentityPolicies
impl Debug for RowIdentityPolicies
Source§impl Default for RowIdentityPolicies
impl Default for RowIdentityPolicies
Source§impl PartialEq for RowIdentityPolicies
impl PartialEq for RowIdentityPolicies
Source§fn eq(&self, other: &RowIdentityPolicies) -> bool
fn eq(&self, other: &RowIdentityPolicies) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RowIdentityPolicies
impl Eq for RowIdentityPolicies
impl StructuralPartialEq for RowIdentityPolicies
Auto Trait Implementations§
impl Freeze for RowIdentityPolicies
impl RefUnwindSafe for RowIdentityPolicies
impl Send for RowIdentityPolicies
impl Sync for RowIdentityPolicies
impl Unpin for RowIdentityPolicies
impl UnsafeUnpin for RowIdentityPolicies
impl UnwindSafe for RowIdentityPolicies
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