[][src]Struct ra_vfs::RootEntry

pub struct RootEntry { /* fields omitted */ }

RootEntry identifies a root folder with a given filter used to determine whether to include or exclude files and folders under it.

Methods

impl RootEntry[src]

pub fn new(path: PathBuf, filter: Box<dyn Filter>) -> Self[src]

Create a new RootEntry with the given filter applied to files and folder under it.

Trait Implementations

impl Eq for RootEntry[src]

impl PartialEq<RootEntry> for RootEntry[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]

This method tests for !=.

impl Debug for RootEntry[src]

Auto Trait Implementations

impl Send for RootEntry

impl Sync for RootEntry

Blanket Implementations

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

impl<T> From<T> for T[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.

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

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

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