[][src]Struct uvm_core::unity::Modules

pub struct Modules(_);

Trait Implementations

impl Eq for Modules[src]

impl PartialEq<Modules> for Modules[src]

impl IntoIterator for Modules[src]

type Item = Module

The type of the elements being iterated over.

type IntoIter = IntoIter<Self::Item>

Which kind of iterator are we turning this into?

impl<'_> From<Manifest<'_>> for Modules[src]

impl From<Modules> for ModulesMap[src]

impl From<ModulesMap> for Modules[src]

impl From<Vec<Module>> for Modules[src]

impl DerefMut for Modules[src]

impl Hash for Modules[src]

impl Deref for Modules[src]

type Target = Vec<Module>

The resulting type after dereferencing.

impl Debug for Modules[src]

impl Serialize for Modules[src]

impl<'de> Deserialize<'de> for Modules[src]

Auto Trait Implementations

impl Sync for Modules

impl Send for Modules

impl Unpin for Modules

impl UnwindSafe for Modules

impl RefUnwindSafe for Modules

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<I> IntoIterator for I where
    I: Iterator
[src]

type Item = <I as Iterator>::Item

The type of the elements being iterated over.

type IntoIter = I

Which kind of iterator are we turning this into?

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> Erased for T

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,