pub struct UserRevivesFullRequest {
pub api_limit1000_default20: Option<ApiLimit1000Default20>,
pub api_sort: Option<ApiSort>,
pub api_to: Option<ApiTo>,
pub api_from: Option<ApiFrom>,
pub api_strip_tags_true: Option<bool>,
pub api_timestamp: Option<String>,
pub api_comment: Option<String>,
pub api_key_limited: Option<String>,
}
Fields§
§api_limit1000_default20: Option<ApiLimit1000Default20>
§api_sort: Option<ApiSort>
§api_to: Option<ApiTo>
§api_from: Option<ApiFrom>
§api_timestamp: Option<String>
§api_comment: Option<String>
§api_key_limited: Option<String>
Implementations§
Source§impl UserRevivesFullRequest
impl UserRevivesFullRequest
Sourcepub fn builder() -> UserRevivesFullRequestBuilder
pub fn builder() -> UserRevivesFullRequestBuilder
Create an instance of UserRevivesFullRequest
using the builder syntax
Trait Implementations§
Source§impl Clone for UserRevivesFullRequest
impl Clone for UserRevivesFullRequest
Source§fn clone(&self) -> UserRevivesFullRequest
fn clone(&self) -> UserRevivesFullRequest
Returns a copy 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 UserRevivesFullRequest
impl Debug for UserRevivesFullRequest
Source§impl IntoRequest for UserRevivesFullRequest
impl IntoRequest for UserRevivesFullRequest
type Discriminant = ()
type Response = RevivesFullResponse
fn into_request(self) -> (Self::Discriminant, ApiRequest)
Auto Trait Implementations§
impl Freeze for UserRevivesFullRequest
impl RefUnwindSafe for UserRevivesFullRequest
impl Send for UserRevivesFullRequest
impl Sync for UserRevivesFullRequest
impl Unpin for UserRevivesFullRequest
impl UnwindSafe for UserRevivesFullRequest
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