pub struct CueError(/* private fields */);Expand description
A libcue error handle (cue_error).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CueError
impl RefUnwindSafe for CueError
impl Send for CueError
impl Sync for CueError
impl Unpin for CueError
impl UnsafeUnpin for CueError
impl UnwindSafe for CueError
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