Trait nimbus_cli::value_utils::Patch

source ·
pub(crate) trait Patch {
    // Required method
    fn patch(&mut self, patch: &Self) -> bool;
}

Required Methods§

source

fn patch(&mut self, patch: &Self) -> bool

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Patch for Value

source§

fn patch(&mut self, patch: &Self) -> bool

source§

impl Patch for Map<String, Value>

source§

fn patch(&mut self, patch: &Self) -> bool

Implementors§