[][src]Struct qapi_parser::QemuRepoContext

pub struct QemuRepoContext<'a, R: QemuRepo + ?Sized + 'a> { /* fields omitted */ }

Implementations

impl<'a, R: QemuRepo + ?Sized + 'a> QemuRepoContext<'a, R>[src]

pub fn from_include<P: AsRef<Path>>(repo: &'a mut R, path: P) -> (Self, PathBuf)[src]

Trait Implementations

impl<'a, R: QemuRepo + ?Sized + 'a> Deref for QemuRepoContext<'a, R>[src]

type Target = R

The resulting type after dereferencing.

impl<'a, R: QemuRepo + ?Sized + 'a> DerefMut for QemuRepoContext<'a, R>[src]

impl<'a, R: QemuRepo + ?Sized + 'a> Drop for QemuRepoContext<'a, R>[src]

Auto Trait Implementations

impl<'a, R: ?Sized> RefUnwindSafe for QemuRepoContext<'a, R> where
    R: RefUnwindSafe

impl<'a, R: ?Sized> Send for QemuRepoContext<'a, R> where
    R: Send

impl<'a, R: ?Sized> Sync for QemuRepoContext<'a, R> where
    R: Sync

impl<'a, R: ?Sized> Unpin for QemuRepoContext<'a, R>

impl<'a, R> !UnwindSafe for QemuRepoContext<'a, R>

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<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.