pub enum DependenciesSort {
Topological,
Unordered,
}Expand description
Sorting variants for dependencies.
Variants§
Trait Implementations§
Source§impl Clone for DependenciesSort
impl Clone for DependenciesSort
Source§fn clone(&self) -> DependenciesSort
fn clone(&self) -> DependenciesSort
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DependenciesSort
impl Debug for DependenciesSort
impl Copy for DependenciesSort
Auto Trait Implementations§
impl Freeze for DependenciesSort
impl RefUnwindSafe for DependenciesSort
impl Send for DependenciesSort
impl Sync for DependenciesSort
impl Unpin for DependenciesSort
impl UnwindSafe for DependenciesSort
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<S> SetWithType for S
impl<S> SetWithType for S
Source§fn set_with_type<T, IntoT>(&mut self, component: IntoT)where
IntoT: Into<T>,
S: SetComponent<T, IntoT>,
fn set_with_type<T, IntoT>(&mut self, component: IntoT)where
IntoT: Into<T>,
S: SetComponent<T, IntoT>,
Function to set value of a component by its type.