pub struct EngineDataError(pub String);Expand description
Ошибка парсинга EngineData (зеркало throw new Error(...) в upstream’е).
Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for EngineDataError
impl Clone for EngineDataError
Source§fn clone(&self) -> EngineDataError
fn clone(&self) -> EngineDataError
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 EngineDataError
impl Debug for EngineDataError
Source§impl Display for EngineDataError
impl Display for EngineDataError
impl Eq for EngineDataError
Source§impl Error for EngineDataError
impl Error for EngineDataError
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 PartialEq for EngineDataError
impl PartialEq for EngineDataError
Source§fn eq(&self, other: &EngineDataError) -> bool
fn eq(&self, other: &EngineDataError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EngineDataError
Auto Trait Implementations§
impl Freeze for EngineDataError
impl RefUnwindSafe for EngineDataError
impl Send for EngineDataError
impl Sync for EngineDataError
impl Unpin for EngineDataError
impl UnsafeUnpin for EngineDataError
impl UnwindSafe for EngineDataError
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