pub struct ExternalStreamErrorInfo(/* private fields */);Expand description
This structure gives additional information about an error that occurred in the external stream.
Implementations§
Source§impl ExternalStreamErrorInfo
impl ExternalStreamErrorInfo
pub fn get_error_code(&self) -> i32
pub fn get_error_message(&self) -> MemoryAllocation
Trait Implementations§
Source§impl Clone for ExternalStreamErrorInfo
impl Clone for ExternalStreamErrorInfo
Source§fn clone(&self) -> ExternalStreamErrorInfo
fn clone(&self) -> ExternalStreamErrorInfo
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 ExternalStreamErrorInfo
impl RefUnwindSafe for ExternalStreamErrorInfo
impl Send for ExternalStreamErrorInfo
impl Sync for ExternalStreamErrorInfo
impl Unpin for ExternalStreamErrorInfo
impl UnsafeUnpin for ExternalStreamErrorInfo
impl UnwindSafe for ExternalStreamErrorInfo
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