pub struct RemoteTransaction {
pub hash: [u8; 32],
}Fields§
§hash: [u8; 32]Trait Implementations§
Source§impl Clone for RemoteTransaction
impl Clone for RemoteTransaction
Source§fn clone(&self) -> RemoteTransaction
fn clone(&self) -> RemoteTransaction
Returns a duplicate 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 RemoteTransaction
impl Debug for RemoteTransaction
Source§impl<'de> Deserialize<'de> for RemoteTransaction
impl<'de> Deserialize<'de> for RemoteTransaction
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 RemoteTransaction
impl PartialEq for RemoteTransaction
Source§impl Serialize for RemoteTransaction
impl Serialize for RemoteTransaction
impl StructuralPartialEq for RemoteTransaction
Auto Trait Implementations§
impl Freeze for RemoteTransaction
impl RefUnwindSafe for RemoteTransaction
impl Send for RemoteTransaction
impl Sync for RemoteTransaction
impl Unpin for RemoteTransaction
impl UnsafeUnpin for RemoteTransaction
impl UnwindSafe for RemoteTransaction
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