pub struct HoverFxStrataMigrationPlan {
pub package: String,
pub route: Option<String>,
pub steps: Vec<String>,
}Fields§
§package: String§route: Option<String>§steps: Vec<String>Trait Implementations§
Source§impl Clone for HoverFxStrataMigrationPlan
impl Clone for HoverFxStrataMigrationPlan
Source§fn clone(&self) -> HoverFxStrataMigrationPlan
fn clone(&self) -> HoverFxStrataMigrationPlan
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 moreSource§impl Debug for HoverFxStrataMigrationPlan
impl Debug for HoverFxStrataMigrationPlan
Source§impl<'de> Deserialize<'de> for HoverFxStrataMigrationPlan
impl<'de> Deserialize<'de> for HoverFxStrataMigrationPlan
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for HoverFxStrataMigrationPlan
Source§impl PartialEq for HoverFxStrataMigrationPlan
impl PartialEq for HoverFxStrataMigrationPlan
Source§fn eq(&self, other: &HoverFxStrataMigrationPlan) -> bool
fn eq(&self, other: &HoverFxStrataMigrationPlan) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for HoverFxStrataMigrationPlan
Auto Trait Implementations§
impl Freeze for HoverFxStrataMigrationPlan
impl RefUnwindSafe for HoverFxStrataMigrationPlan
impl Send for HoverFxStrataMigrationPlan
impl Sync for HoverFxStrataMigrationPlan
impl Unpin for HoverFxStrataMigrationPlan
impl UnsafeUnpin for HoverFxStrataMigrationPlan
impl UnwindSafe for HoverFxStrataMigrationPlan
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