pub enum CandidateAction {
Open,
SwitchSession,
CreateOrSwitchSession,
OpenShellHere,
}Variants§
Trait Implementations§
Source§impl Clone for CandidateAction
impl Clone for CandidateAction
Source§fn clone(&self) -> CandidateAction
fn clone(&self) -> CandidateAction
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 CandidateAction
impl Debug for CandidateAction
Source§impl PartialEq for CandidateAction
impl PartialEq for CandidateAction
impl Copy for CandidateAction
impl Eq for CandidateAction
impl StructuralPartialEq for CandidateAction
Auto Trait Implementations§
impl Freeze for CandidateAction
impl RefUnwindSafe for CandidateAction
impl Send for CandidateAction
impl Sync for CandidateAction
impl Unpin for CandidateAction
impl UnsafeUnpin for CandidateAction
impl UnwindSafe for CandidateAction
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