pub struct ProcessScope {
pub session_id: String,
pub agent_frame_id: Option<AgentFrameId>,
}Fields§
§session_id: String§agent_frame_id: Option<AgentFrameId>Implementations§
Source§impl ProcessScope
impl ProcessScope
Trait Implementations§
Source§impl Clone for ProcessScope
impl Clone for ProcessScope
Source§fn clone(&self) -> ProcessScope
fn clone(&self) -> ProcessScope
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 ProcessScope
impl Debug for ProcessScope
Source§impl<'de> Deserialize<'de> for ProcessScope
impl<'de> Deserialize<'de> for ProcessScope
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
impl Eq for ProcessScope
Source§impl PartialEq for ProcessScope
impl PartialEq for ProcessScope
Source§fn eq(&self, other: &ProcessScope) -> bool
fn eq(&self, other: &ProcessScope) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ProcessScope
impl Serialize for ProcessScope
impl StructuralPartialEq for ProcessScope
Auto Trait Implementations§
impl Freeze for ProcessScope
impl RefUnwindSafe for ProcessScope
impl Send for ProcessScope
impl Sync for ProcessScope
impl Unpin for ProcessScope
impl UnsafeUnpin for ProcessScope
impl UnwindSafe for ProcessScope
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