[−][src]Struct wiggle_generate::config::Paths
A collection of paths, pointing to witx documents.
Implementations
impl Paths
[src]
Trait Implementations
impl AsMut<[PathBuf]> for Paths
[src]
impl AsRef<[PathBuf]> for Paths
[src]
impl Clone for Paths
[src]
impl Debug for Paths
[src]
impl Default for Paths
[src]
impl FromIterator<PathBuf> for Paths
[src]
fn from_iter<I>(iter: I) -> Self where
I: IntoIterator<Item = PathBuf>,
[src]
I: IntoIterator<Item = PathBuf>,
impl Parse for Paths
[src]
fn parse(input: ParseStream<'_>) -> Result<Self>
[src]
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
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,