#[repr(C)]pub struct UA_CloseSessionRequest {
pub requestHeader: UA_RequestHeader,
pub deleteSubscriptions: UA_Boolean,
}Fields§
§requestHeader: UA_RequestHeader§deleteSubscriptions: UA_BooleanTrait Implementations§
Source§impl Clone for UA_CloseSessionRequest
impl Clone for UA_CloseSessionRequest
Source§fn clone(&self) -> UA_CloseSessionRequest
fn clone(&self) -> UA_CloseSessionRequest
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_CloseSessionRequest
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