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 Freeze for Patch
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