pub struct RunnableSelectionOptions {
pub include_draft: bool,
pub prefer_doing: bool,
}Fields§
§include_draft: bool§prefer_doing: boolImplementations§
Trait Implementations§
Source§impl Clone for RunnableSelectionOptions
impl Clone for RunnableSelectionOptions
Source§fn clone(&self) -> RunnableSelectionOptions
fn clone(&self) -> RunnableSelectionOptions
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 RunnableSelectionOptions
impl Debug for RunnableSelectionOptions
impl Copy for RunnableSelectionOptions
Auto Trait Implementations§
impl Freeze for RunnableSelectionOptions
impl RefUnwindSafe for RunnableSelectionOptions
impl Send for RunnableSelectionOptions
impl Sync for RunnableSelectionOptions
impl Unpin for RunnableSelectionOptions
impl UnsafeUnpin for RunnableSelectionOptions
impl UnwindSafe for RunnableSelectionOptions
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