#[repr(C)]
pub struct WS_FAULT { pub code: *mut WS_FAULT_CODE, pub reasons: *mut WS_FAULT_REASON, pub reasonCount: u32, pub actor: WS_STRING, pub node: WS_STRING, pub detail: *mut WS_XML_BUFFER, }
Expand description

Required features: "Win32_Networking_WindowsWebServices", "Win32_Foundation"

Fields§

§code: *mut WS_FAULT_CODE§reasons: *mut WS_FAULT_REASON§reasonCount: u32§actor: WS_STRING§node: WS_STRING§detail: *mut WS_XML_BUFFER

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.