[][src]Struct record_query::config::Paths

pub struct Paths { /* fields omitted */ }

Methods

impl Paths[src]

pub fn new() -> Result<Self>[src]

pub fn preferred_config<P>(&self, path: P) -> PathBuf where
    P: AsRef<Path>, 
[src]

pub fn preferred_cache<P>(&self, path: P) -> PathBuf where
    P: AsRef<Path>, 
[src]

pub fn preferred_data<P>(&self, path: P) -> PathBuf where
    P: AsRef<Path>, 
[src]

pub fn find_config(&self, pattern: &str) -> Result<Vec<PathBuf>>[src]

pub fn find_data(&self, pattern: &str) -> Result<Vec<PathBuf>>[src]

Trait Implementations

impl Debug for Paths[src]

Auto Trait Implementations

impl Send for Paths

impl Sync for Paths

impl Unpin for Paths

impl UnwindSafe for Paths

impl RefUnwindSafe for Paths

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> Borrow<T> for T where
    T: ?Sized
[src]

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self