pub struct SessionRunLinked {
pub kind: String,
pub command_id: String,
pub run_stream: StreamRef,
pub extra: Map<String, Value>,
}Expand description
session.run.linked — a run stream was attached to the session.
Fields§
§kind: String§command_id: String§run_stream: StreamRef§extra: Map<String, Value>Trait Implementations§
Source§impl Clone for SessionRunLinked
impl Clone for SessionRunLinked
Source§fn clone(&self) -> SessionRunLinked
fn clone(&self) -> SessionRunLinked
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 SessionRunLinked
impl Debug for SessionRunLinked
Source§impl<'de> Deserialize<'de> for SessionRunLinked
impl<'de> Deserialize<'de> for SessionRunLinked
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 SessionRunLinked
impl PartialEq for SessionRunLinked
Source§impl Serialize for SessionRunLinked
impl Serialize for SessionRunLinked
impl StructuralPartialEq for SessionRunLinked
Auto Trait Implementations§
impl Freeze for SessionRunLinked
impl RefUnwindSafe for SessionRunLinked
impl Send for SessionRunLinked
impl Sync for SessionRunLinked
impl Unpin for SessionRunLinked
impl UnsafeUnpin for SessionRunLinked
impl UnwindSafe for SessionRunLinked
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