pub struct LineClockAction {
pub line: usize,
pub col: usize,
pub action: ClockAction,
}
Fields§
§line: usize
§col: usize
§action: ClockAction
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LineClockAction
impl RefUnwindSafe for LineClockAction
impl Send for LineClockAction
impl Sync for LineClockAction
impl Unpin for LineClockAction
impl UnwindSafe for LineClockAction
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