[][src]Trait k8_diff::Changes

pub trait Changes {
    type Replace;
    type Patch;
    pub fn diff(
        &self,
        new: &Self
    ) -> Result<Diff<Self::Replace, Self::Patch>, DiffError>; }

Associated Types

Loading content...

Required methods

pub fn diff(
    &self,
    new: &Self
) -> Result<Diff<Self::Replace, Self::Patch>, DiffError>
[src]

Loading content...

Implementations on Foreign Types

impl Changes for Value[src]

type Replace = Value

type Patch = PatchObject

Loading content...

Implementors

Loading content...