pub struct GetSocialBilibiliArchivesParams {
pub mid_query: String,
pub keywords_query: Option<String>,
pub orderby_query: Option<String>,
pub ps_query: Option<String>,
pub pn_query: Option<String>,
}Fields§
§mid_query: String§keywords_query: Option<String>§orderby_query: Option<String>§ps_query: Option<String>§pn_query: Option<String>Implementations§
Source§impl GetSocialBilibiliArchivesParams
impl GetSocialBilibiliArchivesParams
pub fn new(mid_query: impl Into<String>) -> Self
pub fn keywords_query(self, value: impl Into<String>) -> Self
pub fn orderby_query(self, value: impl Into<String>) -> Self
pub fn ps_query(self, value: impl Into<String>) -> Self
pub fn pn_query(self, value: impl Into<String>) -> Self
Trait Implementations§
Source§impl Clone for GetSocialBilibiliArchivesParams
impl Clone for GetSocialBilibiliArchivesParams
Source§fn clone(&self) -> GetSocialBilibiliArchivesParams
fn clone(&self) -> GetSocialBilibiliArchivesParams
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 moreAuto Trait Implementations§
impl Freeze for GetSocialBilibiliArchivesParams
impl RefUnwindSafe for GetSocialBilibiliArchivesParams
impl Send for GetSocialBilibiliArchivesParams
impl Sync for GetSocialBilibiliArchivesParams
impl Unpin for GetSocialBilibiliArchivesParams
impl UnwindSafe for GetSocialBilibiliArchivesParams
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