Struct fastly_sys::fastly_http_req::SendErrorDetail
source · #[repr(C)]pub struct SendErrorDetail {
pub tag: SendErrorDetailTag,
pub mask: SendErrorDetailMask,
pub dns_error_rcode: u16,
pub dns_error_info_code: u16,
pub tls_alert_id: u8,
}Fields§
§tag: SendErrorDetailTag§mask: SendErrorDetailMask§dns_error_rcode: u16§dns_error_info_code: u16§tls_alert_id: u8Implementations§
source§impl SendErrorDetail
impl SendErrorDetail
pub fn uninitialized_all() -> Self
Trait Implementations§
source§impl Clone for SendErrorDetail
impl Clone for SendErrorDetail
source§fn clone(&self) -> SendErrorDetail
fn clone(&self) -> SendErrorDetail
Returns a copy 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 moresource§impl Debug for SendErrorDetail
impl Debug for SendErrorDetail
source§impl PartialEq for SendErrorDetail
impl PartialEq for SendErrorDetail
impl Eq for SendErrorDetail
impl StructuralPartialEq for SendErrorDetail
Auto Trait Implementations§
impl Freeze for SendErrorDetail
impl RefUnwindSafe for SendErrorDetail
impl Send for SendErrorDetail
impl Sync for SendErrorDetail
impl Unpin for SendErrorDetail
impl UnwindSafe for SendErrorDetail
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)