pub struct GetBlockListResponse {
    pub etag: Option<String>,
    pub last_modified: Option<DateTime<Utc>>,
    pub request_id: RequestId,
    pub date: DateTime<Utc>,
    pub block_with_size_list: BlockWithSizeList<Vec<u8>>,
}Fields§
§etag: Option<String>§last_modified: Option<DateTime<Utc>>§request_id: RequestId§date: DateTime<Utc>§block_with_size_list: BlockWithSizeList<Vec<u8>>Trait Implementations§
Source§impl Clone for GetBlockListResponse
 
impl Clone for GetBlockListResponse
Source§fn clone(&self) -> GetBlockListResponse
 
fn clone(&self) -> GetBlockListResponse
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 GetBlockListResponse
 
impl Debug for GetBlockListResponse
Source§impl PartialEq for GetBlockListResponse
 
impl PartialEq for GetBlockListResponse
impl StructuralPartialEq for GetBlockListResponse
Auto Trait Implementations§
impl Freeze for GetBlockListResponse
impl RefUnwindSafe for GetBlockListResponse
impl Send for GetBlockListResponse
impl Sync for GetBlockListResponse
impl Unpin for GetBlockListResponse
impl UnwindSafe for GetBlockListResponse
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