pub enum DeltaKind {
Neutral,
Up,
Down,
}Variants§
Trait Implementations§
impl Copy for DeltaKind
impl Eq for DeltaKind
impl StructuralPartialEq for DeltaKind
Auto Trait Implementations§
impl Freeze for DeltaKind
impl RefUnwindSafe for DeltaKind
impl Send for DeltaKind
impl Sync for DeltaKind
impl Unpin for DeltaKind
impl UnsafeUnpin for DeltaKind
impl UnwindSafe for DeltaKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more