pub struct AuthorWorksRequest {
pub identifier: OpenLibraryIdentifier,
pub limit: Option<u32>,
pub offset: Option<u32>,
}
Fields§
§identifier: OpenLibraryIdentifier
§limit: Option<u32>
§offset: Option<u32>
Trait Implementations§
Source§impl Debug for AuthorWorksRequest
impl Debug for AuthorWorksRequest
Source§impl<'de> Deserialize<'de> for AuthorWorksRequest
impl<'de> Deserialize<'de> for AuthorWorksRequest
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
Source§impl PartialEq for AuthorWorksRequest
impl PartialEq for AuthorWorksRequest
Source§impl Serialize for AuthorWorksRequest
impl Serialize for AuthorWorksRequest
Source§impl TryFrom<OpenLibraryIdentifier> for AuthorWorksRequest
impl TryFrom<OpenLibraryIdentifier> for AuthorWorksRequest
Source§type Error = OpenLibraryError
type Error = OpenLibraryError
The type returned in the event of a conversion error.
Source§fn try_from(identifier: OpenLibraryIdentifier) -> Result<Self, OpenLibraryError>
fn try_from(identifier: OpenLibraryIdentifier) -> Result<Self, OpenLibraryError>
Performs the conversion.
Source§impl TryFrom<Url> for AuthorWorksRequest
impl TryFrom<Url> for AuthorWorksRequest
impl Eq for AuthorWorksRequest
impl StructuralPartialEq for AuthorWorksRequest
Auto Trait Implementations§
impl Freeze for AuthorWorksRequest
impl RefUnwindSafe for AuthorWorksRequest
impl Send for AuthorWorksRequest
impl Sync for AuthorWorksRequest
impl Unpin for AuthorWorksRequest
impl UnwindSafe for AuthorWorksRequest
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.