pub struct SearchFlags(pub i64);Tuple Fields§
§0: i64Implementations§
Source§impl SearchFlags
impl SearchFlags
pub const MATCH_CASE: SearchFlags
pub const WHOLE_WORDS: SearchFlags
pub const BACKWARDS: SearchFlags
Trait Implementations§
Source§impl Clone for SearchFlags
impl Clone for SearchFlags
Source§fn clone(&self) -> SearchFlags
fn clone(&self) -> SearchFlags
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 SearchFlags
impl Debug for SearchFlags
Source§impl From<SearchFlags> for i64
impl From<SearchFlags> for i64
Source§fn from(v: SearchFlags) -> Self
fn from(v: SearchFlags) -> Self
Converts to this type from the input type.
Source§impl From<i64> for SearchFlags
impl From<i64> for SearchFlags
Source§impl FromVariant for SearchFlags
impl FromVariant for SearchFlags
fn from_variant(v: &Variant) -> Result<Self, FromVariantError>
Source§impl Hash for SearchFlags
impl Hash for SearchFlags
Source§impl Ord for SearchFlags
impl Ord for SearchFlags
Source§fn cmp(&self, other: &SearchFlags) -> Ordering
fn cmp(&self, other: &SearchFlags) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SearchFlags
impl PartialEq for SearchFlags
Source§impl PartialOrd for SearchFlags
impl PartialOrd for SearchFlags
impl Copy for SearchFlags
impl Eq for SearchFlags
impl StructuralPartialEq for SearchFlags
Auto Trait Implementations§
impl Freeze for SearchFlags
impl RefUnwindSafe for SearchFlags
impl Send for SearchFlags
impl Sync for SearchFlags
impl Unpin for SearchFlags
impl UnwindSafe for SearchFlags
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.