pub enum BindingTarget {
Command(Command),
Shell(String),
}Variants§
Trait Implementations§
Source§impl Clone for BindingTarget
impl Clone for BindingTarget
Source§fn clone(&self) -> BindingTarget
fn clone(&self) -> BindingTarget
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for BindingTarget
impl RefUnwindSafe for BindingTarget
impl Send for BindingTarget
impl Sync for BindingTarget
impl Unpin for BindingTarget
impl UnsafeUnpin for BindingTarget
impl UnwindSafe for BindingTarget
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