pub struct ProtocolV2FetchSidebandAllResponse {
pub sections: Vec<ProtocolV2FetchResponseSection>,
pub progress: Vec<Vec<u8>>,
}Fields§
§sections: Vec<ProtocolV2FetchResponseSection>§progress: Vec<Vec<u8>>Trait Implementations§
Source§impl Clone for ProtocolV2FetchSidebandAllResponse
impl Clone for ProtocolV2FetchSidebandAllResponse
Source§fn clone(&self) -> ProtocolV2FetchSidebandAllResponse
fn clone(&self) -> ProtocolV2FetchSidebandAllResponse
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 Default for ProtocolV2FetchSidebandAllResponse
impl Default for ProtocolV2FetchSidebandAllResponse
Source§fn default() -> ProtocolV2FetchSidebandAllResponse
fn default() -> ProtocolV2FetchSidebandAllResponse
Returns the “default value” for a type. Read more
impl Eq for ProtocolV2FetchSidebandAllResponse
Source§impl PartialEq for ProtocolV2FetchSidebandAllResponse
impl PartialEq for ProtocolV2FetchSidebandAllResponse
Source§fn eq(&self, other: &ProtocolV2FetchSidebandAllResponse) -> bool
fn eq(&self, other: &ProtocolV2FetchSidebandAllResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ProtocolV2FetchSidebandAllResponse
Auto Trait Implementations§
impl Freeze for ProtocolV2FetchSidebandAllResponse
impl RefUnwindSafe for ProtocolV2FetchSidebandAllResponse
impl Send for ProtocolV2FetchSidebandAllResponse
impl Sync for ProtocolV2FetchSidebandAllResponse
impl Unpin for ProtocolV2FetchSidebandAllResponse
impl UnsafeUnpin for ProtocolV2FetchSidebandAllResponse
impl UnwindSafe for ProtocolV2FetchSidebandAllResponse
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