#[repr(C)]pub struct aws_error_info {
pub error_code: c_int,
pub literal_name: *const c_char,
pub error_str: *const c_char,
pub lib_name: *const c_char,
pub formatted_name: *const c_char,
}
Fields
error_code: c_int
literal_name: *const c_char
error_str: *const c_char
lib_name: *const c_char
formatted_name: *const c_char
Trait Implementations
sourceimpl Clone for aws_error_info
impl Clone for aws_error_info
sourcefn clone(&self) -> aws_error_info
fn clone(&self) -> aws_error_info
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for aws_error_info
impl Debug for aws_error_info
sourceimpl Default for aws_error_info
impl Default for aws_error_info
sourceimpl PartialEq<aws_error_info> for aws_error_info
impl PartialEq<aws_error_info> for aws_error_info
sourcefn eq(&self, other: &aws_error_info) -> bool
fn eq(&self, other: &aws_error_info) -> bool
impl Copy for aws_error_info
impl Eq for aws_error_info
impl StructuralEq for aws_error_info
impl StructuralPartialEq for aws_error_info
Auto Trait Implementations
impl RefUnwindSafe for aws_error_info
impl !Send for aws_error_info
impl !Sync for aws_error_info
impl Unpin for aws_error_info
impl UnwindSafe for aws_error_info
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more