pub enum Lists {
Values(Vec<Value>),
Categories(Vec<DependencyCategories>),
}Variants§
Auto Trait Implementations§
impl Freeze for Lists
impl RefUnwindSafe for Lists
impl Send for Lists
impl Sync for Lists
impl Unpin for Lists
impl UnsafeUnpin for Lists
impl UnwindSafe for Lists
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