pub struct GelatoSessionMatchingOptions {
pub dob: Option<GelatoSessionMatchingOptionsDob>,
pub name: Option<GelatoSessionMatchingOptionsName>,
}Fields§
§dob: Option<GelatoSessionMatchingOptionsDob>Strictness of the DOB matching policy to apply.
name: Option<GelatoSessionMatchingOptionsName>Strictness of the name matching policy to apply.
Trait Implementations§
Source§impl Clone for GelatoSessionMatchingOptions
impl Clone for GelatoSessionMatchingOptions
Source§fn clone(&self) -> GelatoSessionMatchingOptions
fn clone(&self) -> GelatoSessionMatchingOptions
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 GelatoSessionMatchingOptions
impl Debug for GelatoSessionMatchingOptions
Source§impl FromValueOpt for GelatoSessionMatchingOptions
impl FromValueOpt for GelatoSessionMatchingOptions
fn from_value(v: Value) -> Option<Self>
impl Copy for GelatoSessionMatchingOptions
Auto Trait Implementations§
impl Freeze for GelatoSessionMatchingOptions
impl RefUnwindSafe for GelatoSessionMatchingOptions
impl Send for GelatoSessionMatchingOptions
impl Sync for GelatoSessionMatchingOptions
impl Unpin for GelatoSessionMatchingOptions
impl UnwindSafe for GelatoSessionMatchingOptions
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