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