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