pub struct SpawnResult {
pub session: Session,
pub marker_warning: Option<String>,
}Expand description
Spawn output: the persisted session identity plus the (non-persisted) marker drift warning.
Fields§
§session: Session§marker_warning: Option<String>Trait Implementations§
Source§impl Debug for SpawnResult
impl Debug for SpawnResult
Auto Trait Implementations§
impl Freeze for SpawnResult
impl RefUnwindSafe for SpawnResult
impl Send for SpawnResult
impl Sync for SpawnResult
impl Unpin for SpawnResult
impl UnsafeUnpin for SpawnResult
impl UnwindSafe for SpawnResult
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