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