[][src]Struct libpijul::change::v3::LocalChange3

pub struct LocalChange3<Local> { /* fields omitted */ }

Implementations

impl LocalChange3<Local>[src]

pub fn deserialize(file: &str, hash: Option<&Hash>) -> Result<Self, Error>[src]

pub fn to_v4(
    self,
    translation: &HashMap<Option<Hash>, Option<Hash>>
) -> LocalChange<Local>
[src]

Trait Implementations

impl<Local: Clone> Clone for LocalChange3<Local>[src]

impl<Local: Debug> Debug for LocalChange3<Local>[src]

impl<Local: PartialEq> PartialEq<LocalChange3<Local>> for LocalChange3<Local>[src]

impl<Local> StructuralPartialEq for LocalChange3<Local>[src]

Auto Trait Implementations

impl<Local> RefUnwindSafe for LocalChange3<Local> where
    Local: RefUnwindSafe

impl<Local> Send for LocalChange3<Local> where
    Local: Send

impl<Local> Sync for LocalChange3<Local> where
    Local: Sync

impl<Local> Unpin for LocalChange3<Local> where
    Local: Unpin

impl<Local> UnwindSafe for LocalChange3<Local> where
    Local: UnwindSafe

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> Same<T> for T

type Output = T

Should always be Self

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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,