[][src]Struct gio::FileAttributeMatcher

pub struct FileAttributeMatcher(_);

Implementations

impl FileAttributeMatcher[src]

pub fn new(attributes: &str) -> FileAttributeMatcher[src]

pub fn enumerate_namespace(&self, ns: &str) -> bool[src]

pub fn matches(&self, attribute: &str) -> bool[src]

pub fn matches_only(&self, attribute: &str) -> bool[src]

pub fn subtract(
    &self,
    subtract: Option<&FileAttributeMatcher>
) -> Option<FileAttributeMatcher>
[src]

Trait Implementations

impl Clone for FileAttributeMatcher[src]

impl Debug for FileAttributeMatcher[src]

impl Display for FileAttributeMatcher[src]

impl Eq for FileAttributeMatcher[src]

impl Hash for FileAttributeMatcher[src]

impl IntoIterator for FileAttributeMatcher[src]

type Item = GString

The type of the elements being iterated over.

type IntoIter = FileAttributematcherIter

Which kind of iterator are we turning this into?

impl Ord for FileAttributeMatcher[src]

impl PartialEq<FileAttributeMatcher> for FileAttributeMatcher[src]

impl PartialOrd<FileAttributeMatcher> for FileAttributeMatcher[src]

impl StaticType for FileAttributeMatcher[src]

impl StructuralEq for FileAttributeMatcher[src]

impl StructuralPartialEq for FileAttributeMatcher[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<I> IntoIterator for I where
    I: Iterator
[src]

type Item = <I as Iterator>::Item

The type of the elements being iterated over.

type IntoIter = I

Which kind of iterator are we turning this into?

impl<'a, T> ToGlibContainerFromSlice<'a, *const GList> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<'a, T> ToGlibContainerFromSlice<'a, *const GPtrArray> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<'a, T> ToGlibContainerFromSlice<'a, *mut GArray> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<'a, T> ToGlibContainerFromSlice<'a, *mut GList> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<'a, T> ToGlibContainerFromSlice<'a, *mut GPtrArray> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToSendValue for T where
    T: ToValue + SetValue + Send + ?Sized
[src]

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T> ToValue for T where
    T: SetValue + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.