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