[][src]Struct clang::Unsaved

pub struct Unsaved { /* fields omitted */ }

The path to and unsaved contents of a previously existing file.

Implementations

impl Unsaved[src]

pub fn new<P: AsRef<Path>, C: AsRef<str>>(path: P, contents: C) -> Unsaved[src]

Constructs a new Unsaved.

Trait Implementations

impl Clone for Unsaved[src]

impl Debug for Unsaved[src]

impl Eq for Unsaved[src]

impl Hash for Unsaved[src]

impl PartialEq<Unsaved> for Unsaved[src]

impl StructuralEq for Unsaved[src]

impl StructuralPartialEq for Unsaved[src]

Auto Trait Implementations

impl RefUnwindSafe for Unsaved

impl Send for Unsaved

impl Sync for Unsaved

impl Unpin for Unsaved

impl UnwindSafe for Unsaved

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.