pub enum DateKind {
Created,
Updated,
}
Variants§
Trait Implementations§
impl Copy for DateKind
impl Eq for DateKind
impl StructuralPartialEq for DateKind
Auto Trait Implementations§
impl Freeze for DateKind
impl RefUnwindSafe for DateKind
impl Send for DateKind
impl Sync for DateKind
impl Unpin for DateKind
impl UnwindSafe for DateKind
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