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