pub enum PipelineLayer {
Pre,
Main,
Post,
}
Variants§
Trait Implementations§
Source§impl Clone for PipelineLayer
impl Clone for PipelineLayer
Source§fn clone(&self) -> PipelineLayer
fn clone(&self) -> PipelineLayer
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 moreSource§impl Debug for PipelineLayer
impl Debug for PipelineLayer
Source§impl Default for PipelineLayer
impl Default for PipelineLayer
Source§impl Ord for PipelineLayer
impl Ord for PipelineLayer
Source§fn cmp(&self, other: &PipelineLayer) -> Ordering
fn cmp(&self, other: &PipelineLayer) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PipelineLayer
impl PartialEq for PipelineLayer
Source§impl PartialOrd for PipelineLayer
impl PartialOrd for PipelineLayer
impl Copy for PipelineLayer
impl Eq for PipelineLayer
impl StructuralPartialEq for PipelineLayer
Auto Trait Implementations§
impl Freeze for PipelineLayer
impl RefUnwindSafe for PipelineLayer
impl Send for PipelineLayer
impl Sync for PipelineLayer
impl Unpin for PipelineLayer
impl UnwindSafe for PipelineLayer
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.