pub struct TriageCommands {
pub claim_top: Option<String>,
pub show_top: Option<String>,
pub list_ready: String,
pub list_blocked: String,
pub refresh_triage: String,
}Fields§
§claim_top: Option<String>§show_top: Option<String>§list_ready: String§list_blocked: String§refresh_triage: StringTrait Implementations§
Source§impl Clone for TriageCommands
impl Clone for TriageCommands
Source§fn clone(&self) -> TriageCommands
fn clone(&self) -> TriageCommands
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 TriageCommands
impl Debug for TriageCommands
Auto Trait Implementations§
impl Freeze for TriageCommands
impl RefUnwindSafe for TriageCommands
impl Send for TriageCommands
impl Sync for TriageCommands
impl Unpin for TriageCommands
impl UnsafeUnpin for TriageCommands
impl UnwindSafe for TriageCommands
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