Struct rosu_map::section::timing_points::TimeSignatureError
source · pub struct TimeSignatureError;Expand description
Error when failing to parse a TimeSignature.
Trait Implementations§
source§impl Clone for TimeSignatureError
impl Clone for TimeSignatureError
source§fn clone(&self) -> TimeSignatureError
fn clone(&self) -> TimeSignatureError
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 TimeSignatureError
impl Debug for TimeSignatureError
source§impl Display for TimeSignatureError
impl Display for TimeSignatureError
source§impl Error for TimeSignatureError
impl Error for TimeSignatureError
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<TimeSignatureError> for ParseTimingPointsError
impl From<TimeSignatureError> for ParseTimingPointsError
source§fn from(x: TimeSignatureError) -> ParseTimingPointsError
fn from(x: TimeSignatureError) -> ParseTimingPointsError
Converts to this type from the input type.
source§impl PartialEq for TimeSignatureError
impl PartialEq for TimeSignatureError
source§fn eq(&self, other: &TimeSignatureError) -> bool
fn eq(&self, other: &TimeSignatureError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for TimeSignatureError
impl Eq for TimeSignatureError
impl StructuralPartialEq for TimeSignatureError
Auto Trait Implementations§
impl RefUnwindSafe for TimeSignatureError
impl Send for TimeSignatureError
impl Sync for TimeSignatureError
impl Unpin for TimeSignatureError
impl UnwindSafe for TimeSignatureError
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