pub struct ScrollChunksResponseBody {
pub chunks: Vec<ChunkMetadata>,
}
Fields§
§chunks: Vec<ChunkMetadata>
Implementations§
Source§impl ScrollChunksResponseBody
impl ScrollChunksResponseBody
pub fn new(chunks: Vec<ChunkMetadata>) -> ScrollChunksResponseBody
Trait Implementations§
Source§impl Clone for ScrollChunksResponseBody
impl Clone for ScrollChunksResponseBody
Source§fn clone(&self) -> ScrollChunksResponseBody
fn clone(&self) -> ScrollChunksResponseBody
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 ScrollChunksResponseBody
impl Debug for ScrollChunksResponseBody
Source§impl Default for ScrollChunksResponseBody
impl Default for ScrollChunksResponseBody
Source§fn default() -> ScrollChunksResponseBody
fn default() -> ScrollChunksResponseBody
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ScrollChunksResponseBody
impl<'de> Deserialize<'de> for ScrollChunksResponseBody
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 ScrollChunksResponseBody
impl PartialEq for ScrollChunksResponseBody
Source§impl Serialize for ScrollChunksResponseBody
impl Serialize for ScrollChunksResponseBody
impl StructuralPartialEq for ScrollChunksResponseBody
Auto Trait Implementations§
impl Freeze for ScrollChunksResponseBody
impl RefUnwindSafe for ScrollChunksResponseBody
impl Send for ScrollChunksResponseBody
impl Sync for ScrollChunksResponseBody
impl Unpin for ScrollChunksResponseBody
impl UnwindSafe for ScrollChunksResponseBody
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