#[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_t§path: *const c_char§from: *const c_char§vjson: *const c_char§vnode: JBL_NODETrait Implementations§
Source§impl Clone for _JBL_PATCH
impl Clone for _JBL_PATCH
Source§fn clone(&self) -> _JBL_PATCH
fn clone(&self) -> _JBL_PATCH
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _JBL_PATCH
impl Debug for _JBL_PATCH
impl Copy for _JBL_PATCH
Auto Trait Implementations§
impl Freeze for _JBL_PATCH
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more