pub struct MoveBlockResponse {
pub text: String,
pub new_src_start: usize,
pub new_dst_start: usize,
}
Fields§
§text: String
§new_src_start: usize
§new_dst_start: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MoveBlockResponse
impl RefUnwindSafe for MoveBlockResponse
impl Send for MoveBlockResponse
impl Sync for MoveBlockResponse
impl Unpin for MoveBlockResponse
impl UnwindSafe for MoveBlockResponse
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