pub struct NewPublication {
pub publication_type: PublicationType,
pub work_id: Uuid,
pub isbn: Option<String>,
pub publication_url: Option<String>,
}Fields§
§publication_type: PublicationType§work_id: Uuid§isbn: Option<String>§publication_url: Option<String>Auto Trait Implementations§
impl Freeze for NewPublication
impl RefUnwindSafe for NewPublication
impl Send for NewPublication
impl Sync for NewPublication
impl Unpin for NewPublication
impl UnwindSafe for NewPublication
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