pub struct RuleRepeatError {
pub rule_id: i32,
}Fields§
§rule_id: i32Trait Implementations§
Source§impl Debug for RuleRepeatError
impl Debug for RuleRepeatError
Source§impl Display for RuleRepeatError
impl Display for RuleRepeatError
Source§impl Error for RuleRepeatError
impl Error for RuleRepeatError
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 From<RuleRepeatError> for Error
impl From<RuleRepeatError> for Error
Source§fn from(e: RuleRepeatError) -> Self
fn from(e: RuleRepeatError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RuleRepeatError
impl RefUnwindSafe for RuleRepeatError
impl Send for RuleRepeatError
impl Sync for RuleRepeatError
impl Unpin for RuleRepeatError
impl UnwindSafe for RuleRepeatError
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