pub struct TimeLimitError {
pub base: InternalCompilerError,
}Fields§
§base: InternalCompilerErrorImplementations§
Source§impl TimeLimitError
impl TimeLimitError
pub fn time_limit_error_time_limit_error(module_name: &str) -> Self
Trait Implementations§
Source§impl Clone for TimeLimitError
impl Clone for TimeLimitError
Source§fn clone(&self) -> TimeLimitError
fn clone(&self) -> TimeLimitError
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 TimeLimitError
impl Debug for TimeLimitError
Source§impl Display for TimeLimitError
impl Display for TimeLimitError
Source§impl Error for TimeLimitError
Available on crate feature std only.
impl Error for TimeLimitError
Available on crate feature
std only.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()
impl Send for TimeLimitError
impl Sync for TimeLimitError
Auto Trait Implementations§
impl Freeze for TimeLimitError
impl RefUnwindSafe for TimeLimitError
impl Unpin for TimeLimitError
impl UnsafeUnpin for TimeLimitError
impl UnwindSafe for TimeLimitError
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