pub struct AppendOutcome {
pub length: u64,
pub byte_length: u64,
}Expand description
Response from append, matches that of the Javascript result
Fields§
§length: u64Length of the hypercore after append
byte_length: u64Byte length of the hypercore after append
Trait Implementations§
Source§impl Debug for AppendOutcome
impl Debug for AppendOutcome
Source§impl PartialEq for AppendOutcome
impl PartialEq for AppendOutcome
impl StructuralPartialEq for AppendOutcome
Auto Trait Implementations§
impl Freeze for AppendOutcome
impl RefUnwindSafe for AppendOutcome
impl Send for AppendOutcome
impl Sync for AppendOutcome
impl Unpin for AppendOutcome
impl UnwindSafe for AppendOutcome
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