pub struct DeploymentStationMove {
pub previous: DeploymentStationRoute,
pub current: DeploymentStationRoute,
}Expand description
Result of moving a station route.
Fields§
§previous: DeploymentStationRoutePrevious station route.
current: DeploymentStationRouteNew station route.
Trait Implementations§
Source§impl Clone for DeploymentStationMove
impl Clone for DeploymentStationMove
Source§fn clone(&self) -> DeploymentStationMove
fn clone(&self) -> DeploymentStationMove
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 moreimpl Copy for DeploymentStationMove
Source§impl Debug for DeploymentStationMove
impl Debug for DeploymentStationMove
impl Eq for DeploymentStationMove
Source§impl PartialEq for DeploymentStationMove
impl PartialEq for DeploymentStationMove
impl StructuralPartialEq for DeploymentStationMove
Auto Trait Implementations§
impl Freeze for DeploymentStationMove
impl RefUnwindSafe for DeploymentStationMove
impl Send for DeploymentStationMove
impl Sync for DeploymentStationMove
impl Unpin for DeploymentStationMove
impl UnsafeUnpin for DeploymentStationMove
impl UnwindSafe for DeploymentStationMove
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