pub struct ResourcePatch {
pub target: Target,
pub operations: Vec<PatchOperation>,
}Fields§
§target: Target§operations: Vec<PatchOperation>RFC 6902 operations; paths are relative to the targeted resource.
Trait Implementations§
Source§impl Debug for ResourcePatch
impl Debug for ResourcePatch
Source§impl<'de> Deserialize<'de> for ResourcePatch
impl<'de> Deserialize<'de> for ResourcePatch
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ResourcePatch
impl RefUnwindSafe for ResourcePatch
impl Send for ResourcePatch
impl Sync for ResourcePatch
impl Unpin for ResourcePatch
impl UnsafeUnpin for ResourcePatch
impl UnwindSafe for ResourcePatch
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