pub struct HubDocumentPages {
pub entries: Vec<HubDocumentPage>,
pub type: HubDocumentPagesType,
pub limit: Option<i64>,
pub next_marker: Option<Option<String>>,
}Fields§
§entries: Vec<HubDocumentPage>§type: HubDocumentPagesType§limit: Option<i64>§next_marker: Option<Option<String>>Trait Implementations§
Source§impl Clone for HubDocumentPages
impl Clone for HubDocumentPages
Source§fn clone(&self) -> HubDocumentPages
fn clone(&self) -> HubDocumentPages
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 HubDocumentPages
impl Debug for HubDocumentPages
Source§impl Default for HubDocumentPages
impl Default for HubDocumentPages
Source§fn default() -> HubDocumentPages
fn default() -> HubDocumentPages
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HubDocumentPages
impl<'de> Deserialize<'de> for HubDocumentPages
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 HubDocumentPages
impl PartialEq for HubDocumentPages
Source§impl Serialize for HubDocumentPages
impl Serialize for HubDocumentPages
impl StructuralPartialEq for HubDocumentPages
Auto Trait Implementations§
impl Freeze for HubDocumentPages
impl RefUnwindSafe for HubDocumentPages
impl Send for HubDocumentPages
impl Sync for HubDocumentPages
impl Unpin for HubDocumentPages
impl UnsafeUnpin for HubDocumentPages
impl UnwindSafe for HubDocumentPages
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