pub struct TaskShellRef {
pub selection: ShellSelection,
pub range: TextRange,
}Fields§
§selection: ShellSelection§range: TextRangeTrait Implementations§
Source§impl Clone for TaskShellRef
impl Clone for TaskShellRef
Source§fn clone(&self) -> TaskShellRef
fn clone(&self) -> TaskShellRef
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 TaskShellRef
impl Debug for TaskShellRef
impl Eq for TaskShellRef
Source§impl PartialEq for TaskShellRef
impl PartialEq for TaskShellRef
impl StructuralPartialEq for TaskShellRef
Auto Trait Implementations§
impl Freeze for TaskShellRef
impl RefUnwindSafe for TaskShellRef
impl Send for TaskShellRef
impl Sync for TaskShellRef
impl Unpin for TaskShellRef
impl UnsafeUnpin for TaskShellRef
impl UnwindSafe for TaskShellRef
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