pub enum StrMatchType {
Contains,
StartWith,
EndWith,
Equals,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for StrMatchType
impl Clone for StrMatchType
Source§fn clone(&self) -> StrMatchType
fn clone(&self) -> StrMatchType
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 StrMatchType
impl Debug for StrMatchType
Source§impl Default for StrMatchType
impl Default for StrMatchType
Source§fn default() -> StrMatchType
fn default() -> StrMatchType
Returns the “default value” for a type. Read more
Source§impl From<StrMatchType> for Value
impl From<StrMatchType> for Value
Source§fn from(v: StrMatchType) -> Self
fn from(v: StrMatchType) -> Self
Converts to this type from the input type.
Source§impl From<u32> for StrMatchType
impl From<u32> for StrMatchType
Source§impl<'a> FromValue<'a> for StrMatchType
impl<'a> FromValue<'a> for StrMatchType
Source§type Checker = GenericValueTypeChecker<StrMatchType>
type Checker = GenericValueTypeChecker<StrMatchType>
Value type checker.
Source§unsafe fn from_value(value: &'a Value) -> Self
unsafe fn from_value(value: &'a Value) -> Self
Get the contained value from a
Value. Read moreSource§impl HasParamSpec for StrMatchType
impl HasParamSpec for StrMatchType
type ParamSpec = ParamSpecEnum
Source§type SetValue = StrMatchType
type SetValue = StrMatchType
Preferred value to be used as setter for the associated ParamSpec.
type BuilderFn = fn(&str, StrMatchType) -> ParamSpecEnumBuilder<'_, StrMatchType>
fn param_spec_builder() -> Self::BuilderFn
Source§impl IntoEnumIterator for StrMatchType
impl IntoEnumIterator for StrMatchType
type Iterator = StrMatchTypeIter
fn iter() -> StrMatchTypeIter ⓘ
Source§impl PartialEq for StrMatchType
impl PartialEq for StrMatchType
Source§impl StaticType for StrMatchType
impl StaticType for StrMatchType
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self.Source§impl ToValue for StrMatchType
impl ToValue for StrMatchType
Source§impl TryFromGlib<i32> for StrMatchType
impl TryFromGlib<i32> for StrMatchType
Source§impl ValueType for StrMatchType
impl ValueType for StrMatchType
Source§type Type = StrMatchType
type Type = StrMatchType
Type to get the
Type from. Read moreimpl Copy for StrMatchType
impl Eq for StrMatchType
impl StructuralPartialEq for StrMatchType
Auto Trait Implementations§
impl Freeze for StrMatchType
impl RefUnwindSafe for StrMatchType
impl Send for StrMatchType
impl Sync for StrMatchType
impl Unpin for StrMatchType
impl UnsafeUnpin for StrMatchType
impl UnwindSafe for StrMatchType
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<T> HasParamSpecDefaulted for Twhere
T: StaticType + FromGlib<i32> + IntoGlib<GlibType = i32> + HasParamSpec<ParamSpec = ParamSpecEnum> + Default,
impl<T> HasParamSpecDefaulted for Twhere
T: StaticType + FromGlib<i32> + IntoGlib<GlibType = i32> + HasParamSpec<ParamSpec = ParamSpecEnum> + Default,
type BuilderFnDefaulted = fn(&str) -> ParamSpecEnumBuilder<'_, T>
fn param_spec_builder_defaulted() -> <T as HasParamSpecDefaulted>::BuilderFnDefaulted
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoClosureReturnValue for T
impl<T> IntoClosureReturnValue for T
fn into_closure_return_value(self) -> Option<Value>
Source§impl<T> PropertyGet for Twhere
T: HasParamSpec,
impl<T> PropertyGet for Twhere
T: HasParamSpec,
Source§impl<T> StaticTypeExt for Twhere
T: StaticType,
impl<T> StaticTypeExt for Twhere
T: StaticType,
Source§fn ensure_type()
fn ensure_type()
Ensures that the type has been registered with the type system.
Source§impl<T> ToSendValue for T
impl<T> ToSendValue for T
Source§fn to_send_value(&self) -> SendValue
fn to_send_value(&self) -> SendValue
Returns a
SendValue clone of self.