Struct ejdb2_sys_windows::_JBL_PATCH
source · [−]#[repr(C)]pub struct _JBL_PATCH {
pub op: jbp_patch_t,
pub path: *const c_char,
pub from: *const c_char,
pub vjson: *const c_char,
pub vnode: JBL_NODE,
}Expand description
@brief JSON patch specification
Fields
op: jbp_patch_tpath: *const c_charfrom: *const c_charvjson: *const c_charvnode: JBL_NODETrait Implementations
sourceimpl Clone for _JBL_PATCH
impl Clone for _JBL_PATCH
sourcefn clone(&self) -> _JBL_PATCH
fn clone(&self) -> _JBL_PATCH
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for _JBL_PATCH
impl Debug for _JBL_PATCH
impl Copy for _JBL_PATCH
Auto Trait Implementations
impl RefUnwindSafe for _JBL_PATCH
impl !Send for _JBL_PATCH
impl !Sync for _JBL_PATCH
impl Unpin for _JBL_PATCH
impl UnwindSafe for _JBL_PATCH
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more