pub struct ErrorStack(/* private fields */);Expand description
A stack of error records from an HDF5 library call.
Implementations§
Source§impl ErrorStack
impl ErrorStack
Sourcepub fn expand(self) -> Result<ExpandedErrorStack>
pub fn expand(self) -> Result<ExpandedErrorStack>
Expands the error stack to a format which is easier to handle
Trait Implementations§
Source§impl Clone for ErrorStack
impl Clone for ErrorStack
Source§fn clone(&self) -> ErrorStack
fn clone(&self) -> ErrorStack
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 moreAuto Trait Implementations§
impl Freeze for ErrorStack
impl RefUnwindSafe for ErrorStack
impl Send for ErrorStack
impl Sync for ErrorStack
impl Unpin for ErrorStack
impl UnsafeUnpin for ErrorStack
impl UnwindSafe for ErrorStack
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