pub struct OutputPayload { /* private fields */ }Expand description
Type-erased materialized output payload carried by an output frame.
Implementations§
Trait Implementations§
Source§impl Clone for OutputPayload
impl Clone for OutputPayload
Source§fn clone(&self) -> OutputPayload
fn clone(&self) -> OutputPayload
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OutputPayload
impl Debug for OutputPayload
Source§impl PartialEq for OutputPayload
impl PartialEq for OutputPayload
Auto Trait Implementations§
impl !RefUnwindSafe for OutputPayload
impl !UnwindSafe for OutputPayload
impl Freeze for OutputPayload
impl Send for OutputPayload
impl Sync for OutputPayload
impl Unpin for OutputPayload
impl UnsafeUnpin for OutputPayload
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