pub struct SessionCloseResponse;Trait Implementations§
Source§impl Clone for SessionCloseResponse
impl Clone for SessionCloseResponse
Source§fn clone(&self) -> SessionCloseResponse
fn clone(&self) -> SessionCloseResponse
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 SessionCloseResponse
impl Debug for SessionCloseResponse
Source§impl PartialEq for SessionCloseResponse
impl PartialEq for SessionCloseResponse
Source§fn eq(&self, other: &SessionCloseResponse) -> bool
fn eq(&self, other: &SessionCloseResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SessionCloseResponse
impl StructuralPartialEq for SessionCloseResponse
Auto Trait Implementations§
impl Freeze for SessionCloseResponse
impl RefUnwindSafe for SessionCloseResponse
impl Send for SessionCloseResponse
impl Sync for SessionCloseResponse
impl Unpin for SessionCloseResponse
impl UnsafeUnpin for SessionCloseResponse
impl UnwindSafe for SessionCloseResponse
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