Struct pipe_chain::pipe::InvalidRepetition
source · pub struct InvalidRepetition(/* private fields */);Expand description
Invalid repetition
Trait Implementations§
source§impl Clone for InvalidRepetition
impl Clone for InvalidRepetition
source§fn clone(&self) -> InvalidRepetition
fn clone(&self) -> InvalidRepetition
Returns a copy 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 InvalidRepetition
impl Debug for InvalidRepetition
source§impl Display for InvalidRepetition
impl Display for InvalidRepetition
source§impl Error for InvalidRepetition
impl Error for InvalidRepetition
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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 From<Infallible> for InvalidRepetition
impl From<Infallible> for InvalidRepetition
source§fn from(_: Infallible) -> Self
fn from(_: Infallible) -> Self
Converts to this type from the input type.
source§impl PartialEq for InvalidRepetition
impl PartialEq for InvalidRepetition
source§fn eq(&self, other: &InvalidRepetition) -> bool
fn eq(&self, other: &InvalidRepetition) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for InvalidRepetition
impl Eq for InvalidRepetition
impl StructuralEq for InvalidRepetition
impl StructuralPartialEq for InvalidRepetition
Auto Trait Implementations§
impl RefUnwindSafe for InvalidRepetition
impl Send for InvalidRepetition
impl Sync for InvalidRepetition
impl Unpin for InvalidRepetition
impl UnwindSafe for InvalidRepetition
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