pub struct UserRevivesRequest {
    pub api_limit100_default20: Option<ApiLimit100Default20>,
    pub api_sort: Option<ApiSort>,
    pub api_to: Option<ApiTo>,
    pub api_from: Option<ApiFrom>,
    pub api_strip_tags_true: Option<bool>,
}Fields§
§api_limit100_default20: Option<ApiLimit100Default20>§api_sort: Option<ApiSort>§api_to: Option<ApiTo>§api_from: Option<ApiFrom>Implementations§
Source§impl UserRevivesRequest
 
impl UserRevivesRequest
Sourcepub fn builder() -> UserRevivesRequestBuilder
 
pub fn builder() -> UserRevivesRequestBuilder
Create an instance of UserRevivesRequest using the builder syntax
Trait Implementations§
Source§impl Clone for UserRevivesRequest
 
impl Clone for UserRevivesRequest
Source§fn clone(&self) -> UserRevivesRequest
 
fn clone(&self) -> UserRevivesRequest
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 UserRevivesRequest
 
impl Debug for UserRevivesRequest
Source§impl IntoRequest for UserRevivesRequest
 
impl IntoRequest for UserRevivesRequest
type Discriminant = ()
type Response = RevivesResponse
fn into_request(self) -> ApiRequest<Self::Discriminant>
Auto Trait Implementations§
impl Freeze for UserRevivesRequest
impl RefUnwindSafe for UserRevivesRequest
impl Send for UserRevivesRequest
impl Sync for UserRevivesRequest
impl Unpin for UserRevivesRequest
impl UnwindSafe for UserRevivesRequest
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