pub struct Relocation {
pub crop_origin: Point,
pub outcome: Result<Located, LocateError>,
}Expand description
One selection’s relocation attempt, ready for the report.
Fields§
§crop_origin: PointWhere the crop’s top-left sat when the session was saved.
outcome: Result<Located, LocateError>Auto Trait Implementations§
impl Freeze for Relocation
impl RefUnwindSafe for Relocation
impl Send for Relocation
impl Sync for Relocation
impl Unpin for Relocation
impl UnsafeUnpin for Relocation
impl UnwindSafe for Relocation
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