pub struct ActivityTraceDecoder { /* private fields */ }Implementations§
Source§impl ActivityTraceDecoder
impl ActivityTraceDecoder
pub fn decode_message( &mut self, message: &[u8], ) -> Result<Vec<ActivityTraceEntry>, DtxError>
Trait Implementations§
Source§impl Default for ActivityTraceDecoder
impl Default for ActivityTraceDecoder
Source§fn default() -> ActivityTraceDecoder
fn default() -> ActivityTraceDecoder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ActivityTraceDecoder
impl RefUnwindSafe for ActivityTraceDecoder
impl Send for ActivityTraceDecoder
impl Sync for ActivityTraceDecoder
impl Unpin for ActivityTraceDecoder
impl UnsafeUnpin for ActivityTraceDecoder
impl UnwindSafe for ActivityTraceDecoder
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