pub struct ActivityHistoryPaging {
pub next: Option<String>,
pub size: Option<u64>,
}Fields§
§next: Option<String>§size: Option<u64>Trait Implementations§
Source§impl Debug for ActivityHistoryPaging
impl Debug for ActivityHistoryPaging
Source§impl<'de> Deserialize<'de> for ActivityHistoryPaging
impl<'de> Deserialize<'de> for ActivityHistoryPaging
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 ActivityHistoryPaging
impl RefUnwindSafe for ActivityHistoryPaging
impl Send for ActivityHistoryPaging
impl Sync for ActivityHistoryPaging
impl Unpin for ActivityHistoryPaging
impl UnsafeUnpin for ActivityHistoryPaging
impl UnwindSafe for ActivityHistoryPaging
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