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