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