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