pub struct NewSeries {
pub series_type: SeriesType,
pub series_name: String,
pub issn_print: String,
pub issn_digital: String,
pub series_url: Option<String>,
pub imprint_id: Uuid,
}
Fields§
§series_type: SeriesType
§series_name: String
§issn_print: String
§issn_digital: String
§series_url: Option<String>
§imprint_id: Uuid
Auto Trait Implementations§
impl Freeze for NewSeries
impl RefUnwindSafe for NewSeries
impl Send for NewSeries
impl Sync for NewSeries
impl Unpin for NewSeries
impl UnwindSafe for NewSeries
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