pub struct InvalidRecordingIdentifier;Expand description
A recording codec or file-type identifier contained an interior NUL byte.
Trait Implementations§
Source§impl Clone for InvalidRecordingIdentifier
impl Clone for InvalidRecordingIdentifier
Source§fn clone(&self) -> InvalidRecordingIdentifier
fn clone(&self) -> InvalidRecordingIdentifier
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 moreimpl Copy for InvalidRecordingIdentifier
Source§impl Debug for InvalidRecordingIdentifier
impl Debug for InvalidRecordingIdentifier
Source§impl Display for InvalidRecordingIdentifier
impl Display for InvalidRecordingIdentifier
impl Eq for InvalidRecordingIdentifier
Source§impl Error for InvalidRecordingIdentifier
impl Error for InvalidRecordingIdentifier
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 Hash for InvalidRecordingIdentifier
impl Hash for InvalidRecordingIdentifier
Source§impl PartialEq for InvalidRecordingIdentifier
impl PartialEq for InvalidRecordingIdentifier
Source§fn eq(&self, other: &InvalidRecordingIdentifier) -> bool
fn eq(&self, other: &InvalidRecordingIdentifier) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InvalidRecordingIdentifier
Auto Trait Implementations§
impl Freeze for InvalidRecordingIdentifier
impl RefUnwindSafe for InvalidRecordingIdentifier
impl Send for InvalidRecordingIdentifier
impl Sync for InvalidRecordingIdentifier
impl Unpin for InvalidRecordingIdentifier
impl UnsafeUnpin for InvalidRecordingIdentifier
impl UnwindSafe for InvalidRecordingIdentifier
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