pub struct BootstrapUpdate {
pub start_offset: u64,
pub next_offset: u64,
pub content_type: String,
pub payload: Vec<u8>,
}Fields§
§start_offset: u64§next_offset: u64§content_type: String§payload: Vec<u8>Trait Implementations§
Source§impl Clone for BootstrapUpdate
impl Clone for BootstrapUpdate
Source§fn clone(&self) -> BootstrapUpdate
fn clone(&self) -> BootstrapUpdate
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 BootstrapUpdate
impl Debug for BootstrapUpdate
Source§impl PartialEq for BootstrapUpdate
impl PartialEq for BootstrapUpdate
Source§fn eq(&self, other: &BootstrapUpdate) -> bool
fn eq(&self, other: &BootstrapUpdate) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for BootstrapUpdate
impl StructuralPartialEq for BootstrapUpdate
Auto Trait Implementations§
impl Freeze for BootstrapUpdate
impl RefUnwindSafe for BootstrapUpdate
impl Send for BootstrapUpdate
impl Sync for BootstrapUpdate
impl Unpin for BootstrapUpdate
impl UnsafeUnpin for BootstrapUpdate
impl UnwindSafe for BootstrapUpdate
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