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