pub struct ShellSelection {
pub kind: ShellKind,
pub operator: ShellOperator,
}Fields§
§kind: ShellKind§operator: ShellOperatorImplementations§
Trait Implementations§
Source§impl Clone for ShellSelection
impl Clone for ShellSelection
Source§fn clone(&self) -> ShellSelection
fn clone(&self) -> ShellSelection
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 moreSource§impl Debug for ShellSelection
impl Debug for ShellSelection
impl Eq for ShellSelection
Source§impl PartialEq for ShellSelection
impl PartialEq for ShellSelection
impl StructuralPartialEq for ShellSelection
Auto Trait Implementations§
impl Freeze for ShellSelection
impl RefUnwindSafe for ShellSelection
impl Send for ShellSelection
impl Sync for ShellSelection
impl Unpin for ShellSelection
impl UnsafeUnpin for ShellSelection
impl UnwindSafe for ShellSelection
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