pub struct DropSessionRequest {
pub session_id: SessionId,
}
Fields§
§session_id: SessionId
Trait Implementations§
Source§impl Clone for DropSessionRequest
impl Clone for DropSessionRequest
Source§fn clone(&self) -> DropSessionRequest
fn clone(&self) -> DropSessionRequest
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 moreSource§impl Debug for DropSessionRequest
impl Debug for DropSessionRequest
Source§impl<'de> Deserialize<'de> for DropSessionRequest
impl<'de> Deserialize<'de> for DropSessionRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DropSessionRequest
impl PartialEq for DropSessionRequest
Source§impl Serialize for DropSessionRequest
impl Serialize for DropSessionRequest
impl Eq for DropSessionRequest
impl StructuralPartialEq for DropSessionRequest
Auto Trait Implementations§
impl Freeze for DropSessionRequest
impl RefUnwindSafe for DropSessionRequest
impl Send for DropSessionRequest
impl Sync for DropSessionRequest
impl Unpin for DropSessionRequest
impl UnwindSafe for DropSessionRequest
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