pub struct SwapSelection {
pub s1_file_name: String,
pub s1_line_start: u32,
pub s1_line_end: u32,
pub s1_column_start: u32,
pub s1_column_end: u32,
pub s2_file_name: String,
pub s2_line_start: u32,
pub s2_line_end: u32,
pub s2_column_start: u32,
pub s2_column_end: u32,
}
Fields§
§s1_file_name: String
§s1_line_start: u32
§s1_line_end: u32
§s1_column_start: u32
§s1_column_end: u32
§s2_file_name: String
§s2_line_start: u32
§s2_line_end: u32
§s2_column_start: u32
§s2_column_end: u32
Trait Implementations§
Source§impl Clone for SwapSelection
impl Clone for SwapSelection
Source§fn clone(&self) -> SwapSelection
fn clone(&self) -> SwapSelection
Returns a copy 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 DeBin for SwapSelection
impl DeBin for SwapSelection
Source§impl Debug for SwapSelection
impl Debug for SwapSelection
Auto Trait Implementations§
impl Freeze for SwapSelection
impl RefUnwindSafe for SwapSelection
impl Send for SwapSelection
impl Sync for SwapSelection
impl Unpin for SwapSelection
impl UnwindSafe for SwapSelection
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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