#[non_exhaustive]pub struct PostProcessingStep { /* private fields */ }Expand description
PostProcessingStep contains specific step details.
Implementations§
Trait Implementations§
Source§impl Clone for PostProcessingStep
impl Clone for PostProcessingStep
Source§fn clone(&self) -> PostProcessingStep
fn clone(&self) -> PostProcessingStep
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 PostProcessingStep
impl Debug for PostProcessingStep
Source§impl Default for PostProcessingStep
impl Default for PostProcessingStep
Source§fn default() -> PostProcessingStep
fn default() -> PostProcessingStep
Returns the “default value” for a type. Read more
Source§impl Message for PostProcessingStep
impl Message for PostProcessingStep
Source§impl PartialEq for PostProcessingStep
impl PartialEq for PostProcessingStep
Source§fn eq(&self, other: &PostProcessingStep) -> bool
fn eq(&self, other: &PostProcessingStep) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PostProcessingStep
Auto Trait Implementations§
impl Freeze for PostProcessingStep
impl RefUnwindSafe for PostProcessingStep
impl Send for PostProcessingStep
impl Sync for PostProcessingStep
impl Unpin for PostProcessingStep
impl UnsafeUnpin for PostProcessingStep
impl UnwindSafe for PostProcessingStep
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