Struct dmm_api::AuthorSearchResult
source · pub struct AuthorSearchResult {
pub status: String,
pub result_count: i64,
pub total_count: i64,
pub first_position: i64,
pub site_name: String,
pub site_code: String,
pub service_name: String,
pub service_code: String,
pub floor_id: String,
pub floor_name: String,
pub floor_code: String,
pub author: ElementVec<Author>,
}Fields§
§status: String§result_count: i64§total_count: i64§first_position: i64§site_name: String§site_code: String§service_name: String§service_code: String§floor_id: String§floor_name: String§floor_code: StringTrait Implementations§
source§impl Debug for AuthorSearchResult
impl Debug for AuthorSearchResult
source§impl<'de> Deserialize<'de> for AuthorSearchResult
impl<'de> Deserialize<'de> for AuthorSearchResult
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 RefUnwindSafe for AuthorSearchResult
impl Send for AuthorSearchResult
impl Sync for AuthorSearchResult
impl Unpin for AuthorSearchResult
impl UnwindSafe for AuthorSearchResult
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