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