pub struct DetectedBookSource {
pub engine: BookEngine,
pub title: Option<String>,
}Fields§
§engine: BookEngine§title: Option<String>Trait Implementations§
Source§impl Clone for DetectedBookSource
impl Clone for DetectedBookSource
Source§fn clone(&self) -> DetectedBookSource
fn clone(&self) -> DetectedBookSource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DetectedBookSource
impl Debug for DetectedBookSource
Source§impl<'de> Deserialize<'de> for DetectedBookSource
impl<'de> Deserialize<'de> for DetectedBookSource
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
impl Eq for DetectedBookSource
Source§impl PartialEq for DetectedBookSource
impl PartialEq for DetectedBookSource
Source§fn eq(&self, other: &DetectedBookSource) -> bool
fn eq(&self, other: &DetectedBookSource) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DetectedBookSource
impl Serialize for DetectedBookSource
impl StructuralPartialEq for DetectedBookSource
Auto Trait Implementations§
impl Freeze for DetectedBookSource
impl RefUnwindSafe for DetectedBookSource
impl Send for DetectedBookSource
impl Sync for DetectedBookSource
impl Unpin for DetectedBookSource
impl UnsafeUnpin for DetectedBookSource
impl UnwindSafe for DetectedBookSource
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