pub struct SendBundleResponse {
pub bundle_hash: B256,
}
Expand description
Response from the matchmaker after sending a bundle.
Fields§
§bundle_hash: B256
Hash of the bundle bodies.
Trait Implementations§
Source§impl Clone for SendBundleResponse
impl Clone for SendBundleResponse
Source§fn clone(&self) -> SendBundleResponse
fn clone(&self) -> SendBundleResponse
Returns a copy 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 SendBundleResponse
impl Debug for SendBundleResponse
Source§impl<'de> Deserialize<'de> for SendBundleResponse
impl<'de> Deserialize<'de> for SendBundleResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SendBundleResponse
impl PartialEq for SendBundleResponse
Source§impl Serialize for SendBundleResponse
impl Serialize for SendBundleResponse
impl Eq for SendBundleResponse
impl StructuralPartialEq for SendBundleResponse
Auto Trait Implementations§
impl Freeze for SendBundleResponse
impl RefUnwindSafe for SendBundleResponse
impl Send for SendBundleResponse
impl Sync for SendBundleResponse
impl Unpin for SendBundleResponse
impl UnwindSafe for SendBundleResponse
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)