pub struct TextFxStrataMigrationPlan {
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 TextFxStrataMigrationPlan
impl Clone for TextFxStrataMigrationPlan
Source§fn clone(&self) -> TextFxStrataMigrationPlan
fn clone(&self) -> TextFxStrataMigrationPlan
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 TextFxStrataMigrationPlan
impl Debug for TextFxStrataMigrationPlan
Source§impl<'de> Deserialize<'de> for TextFxStrataMigrationPlan
impl<'de> Deserialize<'de> for TextFxStrataMigrationPlan
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 TextFxStrataMigrationPlan
Source§impl PartialEq for TextFxStrataMigrationPlan
impl PartialEq for TextFxStrataMigrationPlan
Source§fn eq(&self, other: &TextFxStrataMigrationPlan) -> bool
fn eq(&self, other: &TextFxStrataMigrationPlan) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TextFxStrataMigrationPlan
Auto Trait Implementations§
impl Freeze for TextFxStrataMigrationPlan
impl RefUnwindSafe for TextFxStrataMigrationPlan
impl Send for TextFxStrataMigrationPlan
impl Sync for TextFxStrataMigrationPlan
impl Unpin for TextFxStrataMigrationPlan
impl UnsafeUnpin for TextFxStrataMigrationPlan
impl UnwindSafe for TextFxStrataMigrationPlan
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