pub struct ParseTickError(pub String);Expand description
Errors that can occur while parsing tick data
Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for ParseTickError
impl Clone for ParseTickError
Source§fn clone(&self) -> ParseTickError
fn clone(&self) -> ParseTickError
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 ParseTickError
impl Debug for ParseTickError
Source§impl Display for ParseTickError
impl Display for ParseTickError
Source§impl Error for ParseTickError
impl Error for ParseTickError
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()
Auto Trait Implementations§
impl Freeze for ParseTickError
impl RefUnwindSafe for ParseTickError
impl Send for ParseTickError
impl Sync for ParseTickError
impl Unpin for ParseTickError
impl UnsafeUnpin for ParseTickError
impl UnwindSafe for ParseTickError
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