pub struct ReadingLogEntry {
pub work: ReadingLogWork,
pub logged_edition: OpenLibraryResource,
pub logged_date: DateTime<Utc>,
}Fields§
§work: ReadingLogWork§logged_edition: OpenLibraryResource§logged_date: DateTime<Utc>Trait Implementations§
Source§impl Clone for ReadingLogEntry
impl Clone for ReadingLogEntry
Source§fn clone(&self) -> ReadingLogEntry
fn clone(&self) -> ReadingLogEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ReadingLogEntry
impl Debug for ReadingLogEntry
Source§impl<'de> Deserialize<'de> for ReadingLogEntry
impl<'de> Deserialize<'de> for ReadingLogEntry
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ReadingLogEntry
impl RefUnwindSafe for ReadingLogEntry
impl Send for ReadingLogEntry
impl Sync for ReadingLogEntry
impl Unpin for ReadingLogEntry
impl UnwindSafe for ReadingLogEntry
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