Struct jsonapi_rs::api::PatchSet
source · pub struct PatchSet {
pub resource_type: String,
pub resource_id: String,
pub patches: Vec<Patch>,
}
Fields§
§resource_type: String
§resource_id: String
§patches: Vec<Patch>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PatchSet
impl Send for PatchSet
impl Sync for PatchSet
impl Unpin for PatchSet
impl UnwindSafe for PatchSet
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