pub struct RenderTracePayload {
pub kind: RenderTracePayloadKind,
pub bytes: Vec<u8>,
}Expand description
Render-trace payload bytes with its kind.
Fields§
§kind: RenderTracePayloadKind§bytes: Vec<u8>Trait Implementations§
Source§impl Clone for RenderTracePayload
impl Clone for RenderTracePayload
Source§fn clone(&self) -> RenderTracePayload
fn clone(&self) -> RenderTracePayload
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 moreAuto Trait Implementations§
impl Freeze for RenderTracePayload
impl RefUnwindSafe for RenderTracePayload
impl Send for RenderTracePayload
impl Sync for RenderTracePayload
impl Unpin for RenderTracePayload
impl UnwindSafe for RenderTracePayload
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