pub struct Entry {
pub id: i64,
pub time_created: i64,
pub data: String,
}Fieldsยง
ยงid: i64ยงtime_created: i64ยงdata: StringTrait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for Entry
impl RefUnwindSafe for Entry
impl Send for Entry
impl Sync for Entry
impl Unpin for Entry
impl UnwindSafe for Entry
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