pub struct PipelineMatchControl(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl Clone for PipelineMatchControl
impl Clone for PipelineMatchControl
Source§fn clone(&self) -> PipelineMatchControl
fn clone(&self) -> PipelineMatchControl
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 PipelineMatchControl
impl Debug for PipelineMatchControl
Source§impl Default for PipelineMatchControl
impl Default for PipelineMatchControl
Source§fn default() -> PipelineMatchControl
fn default() -> PipelineMatchControl
Returns the “default value” for a type. Read more
Source§impl Display for PipelineMatchControl
impl Display for PipelineMatchControl
Source§impl Error for PipelineMatchControl
impl Error for PipelineMatchControl
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl Hash for PipelineMatchControl
impl Hash for PipelineMatchControl
Source§impl Ord for PipelineMatchControl
impl Ord for PipelineMatchControl
Source§fn cmp(&self, other: &PipelineMatchControl) -> Ordering
fn cmp(&self, other: &PipelineMatchControl) -> 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 PipelineMatchControl
impl PartialEq for PipelineMatchControl
Source§impl PartialOrd for PipelineMatchControl
impl PartialOrd for PipelineMatchControl
impl Copy for PipelineMatchControl
impl Eq for PipelineMatchControl
impl StructuralPartialEq for PipelineMatchControl
Auto Trait Implementations§
impl Freeze for PipelineMatchControl
impl RefUnwindSafe for PipelineMatchControl
impl Send for PipelineMatchControl
impl Sync for PipelineMatchControl
impl Unpin for PipelineMatchControl
impl UnsafeUnpin for PipelineMatchControl
impl UnwindSafe for PipelineMatchControl
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