pub struct Producer<'a> {
pub kind: ProducerKind,
pub list: Vec<VersionedSoftware<'a>>,
}Expand description
Producer Field
Fields§
§kind: ProducerKindKind of the list
list: Vec<VersionedSoftware<'a>>List of versioned names
Trait Implementations§
Source§impl<'a> PartialEq for Producer<'a>
impl<'a> PartialEq for Producer<'a>
impl<'a> Eq for Producer<'a>
impl<'a> StructuralPartialEq for Producer<'a>
Auto Trait Implementations§
impl<'a> Freeze for Producer<'a>
impl<'a> RefUnwindSafe for Producer<'a>
impl<'a> Send for Producer<'a>
impl<'a> Sync for Producer<'a>
impl<'a> Unpin for Producer<'a>
impl<'a> UnsafeUnpin for Producer<'a>
impl<'a> UnwindSafe for Producer<'a>
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