pub struct InlineResponse200StatusFetch {
pub active: Option<bool>,
pub end: Option<f64>,
pub page: Option<InlineResponse200StatusFetchPage>,
pub start: Option<f64>,
}Fields§
§active: Option<bool>§end: Option<f64>§page: Option<InlineResponse200StatusFetchPage>§start: Option<f64>Trait Implementations§
Source§impl Clone for InlineResponse200StatusFetch
impl Clone for InlineResponse200StatusFetch
Source§fn clone(&self) -> InlineResponse200StatusFetch
fn clone(&self) -> InlineResponse200StatusFetch
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 moreSource§impl Debug for InlineResponse200StatusFetch
impl Debug for InlineResponse200StatusFetch
Source§impl Default for InlineResponse200StatusFetch
impl Default for InlineResponse200StatusFetch
Source§fn default() -> InlineResponse200StatusFetch
fn default() -> InlineResponse200StatusFetch
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InlineResponse200StatusFetch
impl<'de> Deserialize<'de> for InlineResponse200StatusFetch
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 Freeze for InlineResponse200StatusFetch
impl RefUnwindSafe for InlineResponse200StatusFetch
impl Send for InlineResponse200StatusFetch
impl Sync for InlineResponse200StatusFetch
impl Unpin for InlineResponse200StatusFetch
impl UnwindSafe for InlineResponse200StatusFetch
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