pub enum GelatoSessionMatchingOptionsName {
None,
Similar,
}Expand description
Strictness of the name matching policy to apply.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for GelatoSessionMatchingOptionsName
impl Clone for GelatoSessionMatchingOptionsName
Source§fn clone(&self) -> GelatoSessionMatchingOptionsName
fn clone(&self) -> GelatoSessionMatchingOptionsName
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 FromValueOpt for GelatoSessionMatchingOptionsName
impl FromValueOpt for GelatoSessionMatchingOptionsName
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for GelatoSessionMatchingOptionsName
impl PartialEq for GelatoSessionMatchingOptionsName
Source§fn eq(&self, other: &GelatoSessionMatchingOptionsName) -> bool
fn eq(&self, other: &GelatoSessionMatchingOptionsName) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for GelatoSessionMatchingOptionsName
impl Eq for GelatoSessionMatchingOptionsName
impl StructuralPartialEq for GelatoSessionMatchingOptionsName
Auto Trait Implementations§
impl Freeze for GelatoSessionMatchingOptionsName
impl RefUnwindSafe for GelatoSessionMatchingOptionsName
impl Send for GelatoSessionMatchingOptionsName
impl Sync for GelatoSessionMatchingOptionsName
impl Unpin for GelatoSessionMatchingOptionsName
impl UnwindSafe for GelatoSessionMatchingOptionsName
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