pub struct HashiMigration {
pub general: Option<Box<MigrationGeneral>>,
pub payload: Option<Box<HashiPayload>>,
}Fields§
§general: Option<Box<MigrationGeneral>>§payload: Option<Box<HashiPayload>>Implementations§
Source§impl HashiMigration
impl HashiMigration
pub fn new() -> HashiMigration
Trait Implementations§
Source§impl Clone for HashiMigration
impl Clone for HashiMigration
Source§fn clone(&self) -> HashiMigration
fn clone(&self) -> HashiMigration
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 HashiMigration
impl Debug for HashiMigration
Source§impl Default for HashiMigration
impl Default for HashiMigration
Source§fn default() -> HashiMigration
fn default() -> HashiMigration
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HashiMigration
impl<'de> Deserialize<'de> for HashiMigration
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
Source§impl PartialEq for HashiMigration
impl PartialEq for HashiMigration
Source§fn eq(&self, other: &HashiMigration) -> bool
fn eq(&self, other: &HashiMigration) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for HashiMigration
impl Serialize for HashiMigration
impl StructuralPartialEq for HashiMigration
Auto Trait Implementations§
impl Freeze for HashiMigration
impl RefUnwindSafe for HashiMigration
impl Send for HashiMigration
impl Sync for HashiMigration
impl Unpin for HashiMigration
impl UnsafeUnpin for HashiMigration
impl UnwindSafe for HashiMigration
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