pub struct PatchImprint {
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 PatchImprint
impl RefUnwindSafe for PatchImprint
impl Send for PatchImprint
impl Sync for PatchImprint
impl Unpin for PatchImprint
impl UnwindSafe for PatchImprint
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