pub struct AppendTransactionResponse {
pub placement: ShardPlacement,
pub items: Vec<AppendResponse>,
}Fields§
§placement: ShardPlacement§items: Vec<AppendResponse>Trait Implementations§
Source§impl Clone for AppendTransactionResponse
impl Clone for AppendTransactionResponse
Source§fn clone(&self) -> AppendTransactionResponse
fn clone(&self) -> AppendTransactionResponse
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 AppendTransactionResponse
impl Debug for AppendTransactionResponse
impl Eq for AppendTransactionResponse
impl StructuralPartialEq for AppendTransactionResponse
Auto Trait Implementations§
impl Freeze for AppendTransactionResponse
impl RefUnwindSafe for AppendTransactionResponse
impl Send for AppendTransactionResponse
impl Sync for AppendTransactionResponse
impl Unpin for AppendTransactionResponse
impl UnsafeUnpin for AppendTransactionResponse
impl UnwindSafe for AppendTransactionResponse
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