pub struct PatchIssue {
pub series_id: Uuid,
pub work_id: Uuid,
pub issue_ordinal: i32,
}
Fields§
§series_id: Uuid
§work_id: Uuid
§issue_ordinal: i32
Auto Trait Implementations§
impl Freeze for PatchIssue
impl RefUnwindSafe for PatchIssue
impl Send for PatchIssue
impl Sync for PatchIssue
impl Unpin for PatchIssue
impl UnwindSafe for PatchIssue
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