nimbus_
cli
0.5.0
Patch
Required Methods
patch
Implementations on Foreign Types
Map<String, Value>
Value
Object Safety
Implementors
In nimbus_
cli::
value_
utils
nimbus_cli
::
value_utils
Trait
Patch
Copy item path
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
§