pub struct TxIdAndSize(/* private fields */);Trait Implementations§
Source§impl Debug for TxIdAndSize
impl Debug for TxIdAndSize
Source§impl DecodePayload for TxIdAndSize
impl DecodePayload for TxIdAndSize
fn decode_payload(d: &mut PayloadDecoder<'_>) -> Result<Self, Box<dyn Error>>
Source§impl EncodePayload for TxIdAndSize
impl EncodePayload for TxIdAndSize
fn encode_payload( &self, e: &mut PayloadEncoder<'_>, ) -> Result<(), Box<dyn Error>>
Auto Trait Implementations§
impl Freeze for TxIdAndSize
impl RefUnwindSafe for TxIdAndSize
impl Send for TxIdAndSize
impl Sync for TxIdAndSize
impl Unpin for TxIdAndSize
impl UnwindSafe for TxIdAndSize
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