Struct wiggle_generate::config::Paths
source · [−]pub struct Paths(_);
Expand description
A collection of paths, pointing to witx documents.
Implementations
Trait Implementations
sourceimpl FromIterator<PathBuf> for Paths
impl FromIterator<PathBuf> for Paths
sourcefn from_iter<I>(iter: I) -> Self where
I: IntoIterator<Item = PathBuf>,
fn from_iter<I>(iter: I) -> Self where
I: IntoIterator<Item = PathBuf>,
Creates a value from an iterator. Read more
Auto Trait Implementations
impl RefUnwindSafe for Paths
impl Send for Paths
impl Sync for Paths
impl Unpin for Paths
impl UnwindSafe for Paths
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more