#[repr(C)]pub struct UA_ServiceFault {
pub responseHeader: UA_ResponseHeader,
}Fields§
§responseHeader: UA_ResponseHeaderTrait Implementations§
Source§impl Clone for UA_ServiceFault
impl Clone for UA_ServiceFault
Source§fn clone(&self) -> UA_ServiceFault
fn clone(&self) -> UA_ServiceFault
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 moreimpl Copy for UA_ServiceFault
Auto Trait Implementations§
impl Freeze for UA_ServiceFault
impl RefUnwindSafe for UA_ServiceFault
impl !Send for UA_ServiceFault
impl !Sync for UA_ServiceFault
impl Unpin for UA_ServiceFault
impl UnwindSafe for UA_ServiceFault
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