nimbus_cli::value_utils

Trait 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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so 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§