pub struct AdminSnapshotPage {
pub items: Vec<AdminSnapshotSummary>,
pub next_cursor: Option<String>,
}Fields§
§items: Vec<AdminSnapshotSummary>§next_cursor: Option<String>Trait Implementations§
Source§impl Clone for AdminSnapshotPage
impl Clone for AdminSnapshotPage
Source§fn clone(&self) -> AdminSnapshotPage
fn clone(&self) -> AdminSnapshotPage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AdminSnapshotPage
impl Debug for AdminSnapshotPage
Source§impl<'de> Deserialize<'de> for AdminSnapshotPage
impl<'de> Deserialize<'de> for AdminSnapshotPage
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 AdminSnapshotPage
impl PartialEq for AdminSnapshotPage
Source§impl Serialize for AdminSnapshotPage
impl Serialize for AdminSnapshotPage
impl StructuralPartialEq for AdminSnapshotPage
Auto Trait Implementations§
impl Freeze for AdminSnapshotPage
impl RefUnwindSafe for AdminSnapshotPage
impl Send for AdminSnapshotPage
impl Sync for AdminSnapshotPage
impl Unpin for AdminSnapshotPage
impl UnsafeUnpin for AdminSnapshotPage
impl UnwindSafe for AdminSnapshotPage
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