Struct WS_FAULT
#[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,
}
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§
Auto Trait Implementations§
impl Freeze for WS_FAULT
impl RefUnwindSafe for WS_FAULT
impl !Send for WS_FAULT
impl !Sync for WS_FAULT
impl Unpin for WS_FAULT
impl UnwindSafe for WS_FAULT
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