pub struct Learned {
pub description: String,
pub date: Date<Local>,
}
Fields§
§description: String
§date: Date<Local>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Learned
impl RefUnwindSafe for Learned
impl Send for Learned
impl Sync for Learned
impl Unpin for Learned
impl UnwindSafe for Learned
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