pub enum Task {
Table,
Id,
IsDone,
}
Expand description
Representation of a database table named Task
.
A Enum
implemented Iden
used in rustdoc and test to demonstrate the library usage.
Variants
Table
Id
IsDone
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Task
impl Send for Task
impl Sync for Task
impl Unpin for Task
impl UnwindSafe for Task
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more