Struct decthings_api::client::rpc::debug::TerminateDebugSessionParams
source · pub struct TerminateDebugSessionParams<'a> {
pub debug_session_id: &'a str,
}
Fields§
§debug_session_id: &'a str
The debug session’s id.
Trait Implementations§
source§impl<'a> Clone for TerminateDebugSessionParams<'a>
impl<'a> Clone for TerminateDebugSessionParams<'a>
source§fn clone(&self) -> TerminateDebugSessionParams<'a>
fn clone(&self) -> TerminateDebugSessionParams<'a>
Returns a copy 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<'a> Debug for TerminateDebugSessionParams<'a>
impl<'a> Debug for TerminateDebugSessionParams<'a>
Auto Trait Implementations§
impl<'a> Freeze for TerminateDebugSessionParams<'a>
impl<'a> RefUnwindSafe for TerminateDebugSessionParams<'a>
impl<'a> Send for TerminateDebugSessionParams<'a>
impl<'a> Sync for TerminateDebugSessionParams<'a>
impl<'a> Unpin for TerminateDebugSessionParams<'a>
impl<'a> UnwindSafe for TerminateDebugSessionParams<'a>
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