pub struct NewImprint {
pub publisher_id: Uuid,
pub imprint_name: String,
pub imprint_url: Option<String>,
}Fields§
§publisher_id: Uuid§imprint_name: String§imprint_url: Option<String>Auto Trait Implementations§
impl Freeze for NewImprint
impl RefUnwindSafe for NewImprint
impl Send for NewImprint
impl Sync for NewImprint
impl Unpin for NewImprint
impl UnwindSafe for NewImprint
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