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