Struct jsonapi_rs::api::Patch
source · pub struct Patch {
pub patch_type: PatchType,
pub subject: String,
pub previous: JsonApiValue,
pub next: JsonApiValue,
}
Fields§
§patch_type: PatchType
§subject: String
§previous: JsonApiValue
§next: JsonApiValue
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Patch
impl Send for Patch
impl Sync for Patch
impl Unpin for Patch
impl UnwindSafe for 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