pub struct RecvMark {
pub arg1: Term,
}Fields§
§arg1: TermTrait Implementations§
Source§impl Decode for RecvMark
impl Decode for RecvMark
fn decode_with_tag<R: Read>( reader: &mut R, tag: u8, ) -> Result<Self, DecodeError>
fn decode<R: Read>(reader: &mut R) -> Result<Self, DecodeError>
Auto Trait Implementations§
impl Freeze for RecvMark
impl RefUnwindSafe for RecvMark
impl Send for RecvMark
impl Sync for RecvMark
impl Unpin for RecvMark
impl UnsafeUnpin for RecvMark
impl UnwindSafe for RecvMark
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