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 duplicate 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)>
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<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
impl Copy for TimeSignatureError
impl Eq for TimeSignatureError
impl StructuralPartialEq for TimeSignatureError
Auto Trait Implementations§
impl Freeze for TimeSignatureError
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