pub struct GetRecentsResponse200AdditionalData {
pub since_timestamp: Option<String>,
pub last_timestamp_on_page: Option<String>,
pub pagination: Option<Box<FieldsResponse200AllOfAdditionalData>>,
}Fields§
§since_timestamp: Option<String>The timestamp in UTC. Format: YYYY-MM-DD HH:MM:SS
last_timestamp_on_page: Option<String>The timestamp in UTC. Format: YYYY-MM-DD HH:MM:SS
pagination: Option<Box<FieldsResponse200AllOfAdditionalData>>Implementations§
Trait Implementations§
Source§impl Clone for GetRecentsResponse200AdditionalData
impl Clone for GetRecentsResponse200AdditionalData
Source§fn clone(&self) -> GetRecentsResponse200AdditionalData
fn clone(&self) -> GetRecentsResponse200AdditionalData
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<'de> Deserialize<'de> for GetRecentsResponse200AdditionalData
impl<'de> Deserialize<'de> for GetRecentsResponse200AdditionalData
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
Source§impl PartialEq for GetRecentsResponse200AdditionalData
impl PartialEq for GetRecentsResponse200AdditionalData
Source§fn eq(&self, other: &GetRecentsResponse200AdditionalData) -> bool
fn eq(&self, other: &GetRecentsResponse200AdditionalData) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetRecentsResponse200AdditionalData
Auto Trait Implementations§
impl Freeze for GetRecentsResponse200AdditionalData
impl RefUnwindSafe for GetRecentsResponse200AdditionalData
impl Send for GetRecentsResponse200AdditionalData
impl Sync for GetRecentsResponse200AdditionalData
impl Unpin for GetRecentsResponse200AdditionalData
impl UnwindSafe for GetRecentsResponse200AdditionalData
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