pub struct ChainRun {
pub handle: String,
pub session: String,
}Expand description
A delegation named in an SCV_PARENT chain, and the session that
started it.
Fields§
§handle: StringThe delegation’s handle, such as codex-3f9a2c.
session: StringThe SCV session that started it.
Trait Implementations§
impl Eq for ChainRun
impl StructuralPartialEq for ChainRun
Auto Trait Implementations§
impl Freeze for ChainRun
impl RefUnwindSafe for ChainRun
impl Send for ChainRun
impl Sync for ChainRun
impl Unpin for ChainRun
impl UnsafeUnpin for ChainRun
impl UnwindSafe for ChainRun
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