#[repr(C)]pub struct UA_CloseSessionRequest {
pub requestHeader: UA_RequestHeader,
pub deleteSubscriptions: UA_Boolean,
}Fields§
§requestHeader: UA_RequestHeader§deleteSubscriptions: UA_BooleanTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_CloseSessionRequest
impl RefUnwindSafe for UA_CloseSessionRequest
impl !Send for UA_CloseSessionRequest
impl !Sync for UA_CloseSessionRequest
impl Unpin for UA_CloseSessionRequest
impl UnwindSafe for UA_CloseSessionRequest
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