pub struct LastChanges {
pub pagination: Option<Box<LastChangesPagination>>,
pub data: Option<Vec<LastChangeResponseItem>>,
}Fields§
§pagination: Option<Box<LastChangesPagination>>§data: Option<Vec<LastChangeResponseItem>>Data contains the list of last changes
Implementations§
Source§impl LastChanges
impl LastChanges
pub fn new() -> LastChanges
Trait Implementations§
Source§impl Clone for LastChanges
impl Clone for LastChanges
Source§fn clone(&self) -> LastChanges
fn clone(&self) -> LastChanges
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 LastChanges
impl Debug for LastChanges
Source§impl Default for LastChanges
impl Default for LastChanges
Source§fn default() -> LastChanges
fn default() -> LastChanges
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LastChanges
impl<'de> Deserialize<'de> for LastChanges
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 LastChanges
impl PartialEq for LastChanges
Source§impl Serialize for LastChanges
impl Serialize for LastChanges
impl StructuralPartialEq for LastChanges
Auto Trait Implementations§
impl Freeze for LastChanges
impl RefUnwindSafe for LastChanges
impl Send for LastChanges
impl Sync for LastChanges
impl Unpin for LastChanges
impl UnwindSafe for LastChanges
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