[−][src]Enum diffus::edit::collection::Edit
Variants
Methods
impl<T: Same, D> Edit<T, D>[src]
pub fn is_copy(&self) -> bool[src]
pub fn is_insert(&self) -> bool[src]
pub fn is_remove(&self) -> bool[src]
pub fn copy(&self) -> Option<&T>[src]
pub fn insert(&self) -> Option<&T>[src]
pub fn remove(&self) -> Option<&T>[src]
pub fn change(&self) -> Option<&D>[src]
Trait Implementations
impl<T: Eq, D: Eq> Eq for Edit<T, D>[src]
impl<T: PartialEq, D: PartialEq> PartialEq<Edit<T, D>> for Edit<T, D>[src]
impl<T: Debug, D: Debug> Debug for Edit<T, D>[src]
Auto Trait Implementations
impl<T, D> Send for Edit<T, D> where
D: Send,
T: Send,
D: Send,
T: Send,
impl<T, D> Sync for Edit<T, D> where
D: Sync,
T: Sync,
D: Sync,
T: Sync,
impl<T, D> Unpin for Edit<T, D> where
D: Unpin,
T: Unpin,
D: Unpin,
T: Unpin,
impl<T, D> UnwindSafe for Edit<T, D> where
D: UnwindSafe,
T: UnwindSafe,
D: UnwindSafe,
T: UnwindSafe,
impl<T, D> RefUnwindSafe for Edit<T, D> where
D: RefUnwindSafe,
T: RefUnwindSafe,
D: RefUnwindSafe,
T: RefUnwindSafe,
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for 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.
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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,