pub struct CloseSessionResponse {
pub response_header: ResponseHeader,
}Expand description
CloseSessionResponse.
Fields§
§response_header: ResponseHeaderCommon response header.
Trait Implementations§
Source§impl Clone for CloseSessionResponse
impl Clone for CloseSessionResponse
Source§fn clone(&self) -> CloseSessionResponse
fn clone(&self) -> CloseSessionResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CloseSessionResponse
impl Debug for CloseSessionResponse
Source§impl PartialEq for CloseSessionResponse
impl PartialEq for CloseSessionResponse
Source§fn eq(&self, other: &CloseSessionResponse) -> bool
fn eq(&self, other: &CloseSessionResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CloseSessionResponse
Auto Trait Implementations§
impl Freeze for CloseSessionResponse
impl RefUnwindSafe for CloseSessionResponse
impl Send for CloseSessionResponse
impl Sync for CloseSessionResponse
impl Unpin for CloseSessionResponse
impl UnsafeUnpin for CloseSessionResponse
impl UnwindSafe for CloseSessionResponse
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