Struct rustsynth::node::GetFrameError
source · pub struct GetFrameError<'a>(_);
Expand description
A container for a get_frame
error.
Implementations§
source§impl<'a> GetFrameError<'a>
impl<'a> GetFrameError<'a>
sourcepub fn into_inner(self) -> Cow<'a, CStr>
pub fn into_inner(self) -> Cow<'a, CStr>
Consumes this error, returning its underlying error message.
Trait Implementations§
source§impl<'a> Debug for GetFrameError<'a>
impl<'a> Debug for GetFrameError<'a>
source§impl<'a> Display for GetFrameError<'a>
impl<'a> Display for GetFrameError<'a>
source§impl<'a> Error for GetFrameError<'a>
impl<'a> Error for GetFrameError<'a>
source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
1.30.0 · 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
Auto Trait Implementations§
impl<'a> RefUnwindSafe for GetFrameError<'a>
impl<'a> Send for GetFrameError<'a>
impl<'a> Sync for GetFrameError<'a>
impl<'a> Unpin for GetFrameError<'a>
impl<'a> UnwindSafe for GetFrameError<'a>
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