Struct decthings_api::client::rpc::debug::GetDebugSessionsResult
source · pub struct GetDebugSessionsResult {
pub debug_sessions: Vec<DebugSession>,
}
Fields§
§debug_sessions: Vec<DebugSession>
Trait Implementations§
source§impl Clone for GetDebugSessionsResult
impl Clone for GetDebugSessionsResult
source§fn clone(&self) -> GetDebugSessionsResult
fn clone(&self) -> GetDebugSessionsResult
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 Debug for GetDebugSessionsResult
impl Debug for GetDebugSessionsResult
source§impl<'de> Deserialize<'de> for GetDebugSessionsResult
impl<'de> Deserialize<'de> for GetDebugSessionsResult
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
Auto Trait Implementations§
impl Freeze for GetDebugSessionsResult
impl RefUnwindSafe for GetDebugSessionsResult
impl Send for GetDebugSessionsResult
impl Sync for GetDebugSessionsResult
impl Unpin for GetDebugSessionsResult
impl UnwindSafe for GetDebugSessionsResult
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