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