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