pub struct RunOneResumeOptions {
pub auto_resume: bool,
pub non_interactive: bool,
pub resume_task_id: Option<String>,
pub detect_session: bool,
}Fields§
§auto_resume: bool§non_interactive: bool§resume_task_id: Option<String>§detect_session: boolImplementations§
Trait Implementations§
Source§impl Clone for RunOneResumeOptions
impl Clone for RunOneResumeOptions
Source§fn clone(&self) -> RunOneResumeOptions
fn clone(&self) -> RunOneResumeOptions
Returns a duplicate 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 RunOneResumeOptions
impl Debug for RunOneResumeOptions
Source§impl Default for RunOneResumeOptions
impl Default for RunOneResumeOptions
Source§fn default() -> RunOneResumeOptions
fn default() -> RunOneResumeOptions
Returns the “default value” for a type. Read more
Source§impl PartialEq for RunOneResumeOptions
impl PartialEq for RunOneResumeOptions
impl Eq for RunOneResumeOptions
impl StructuralPartialEq for RunOneResumeOptions
Auto Trait Implementations§
impl Freeze for RunOneResumeOptions
impl RefUnwindSafe for RunOneResumeOptions
impl Send for RunOneResumeOptions
impl Sync for RunOneResumeOptions
impl Unpin for RunOneResumeOptions
impl UnsafeUnpin for RunOneResumeOptions
impl UnwindSafe for RunOneResumeOptions
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.