pub(crate) struct WeiduBatchedInstallOrder(Vec<WeiduBatchedComponents>);Tuple Fields§
§0: Vec<WeiduBatchedComponents>Implementations§
Source§impl WeiduBatchedInstallOrder
impl WeiduBatchedInstallOrder
pub(crate) fn new(components: WeiduBatchedComponents) -> Self
pub(crate) fn batch( components: WeiduBatchedComponents, ) -> Result<Self, Box<dyn Error>>
Trait Implementations§
Source§impl Debug for WeiduBatchedInstallOrder
impl Debug for WeiduBatchedInstallOrder
Source§impl<'a> IntoIterator for &'a WeiduBatchedInstallOrder
impl<'a> IntoIterator for &'a WeiduBatchedInstallOrder
Source§impl PartialEq for WeiduBatchedInstallOrder
impl PartialEq for WeiduBatchedInstallOrder
impl StructuralPartialEq for WeiduBatchedInstallOrder
Auto Trait Implementations§
impl Freeze for WeiduBatchedInstallOrder
impl RefUnwindSafe for WeiduBatchedInstallOrder
impl Send for WeiduBatchedInstallOrder
impl Sync for WeiduBatchedInstallOrder
impl Unpin for WeiduBatchedInstallOrder
impl UnsafeUnpin for WeiduBatchedInstallOrder
impl UnwindSafe for WeiduBatchedInstallOrder
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