[][src]Struct license::Intel

pub struct Intel;

The Intel Open Source License.

Trait Implementations

impl Clone for Intel[src]

impl Copy for Intel[src]

impl Debug for Intel[src]

impl Default for Intel[src]

impl Eq for Intel[src]

impl Hash for Intel[src]

impl License for Intel[src]

impl Ord for Intel[src]

impl PartialEq<Intel> for Intel[src]

impl PartialOrd<Intel> for Intel[src]

impl StructuralEq for Intel[src]

impl StructuralPartialEq for Intel[src]

Auto Trait Implementations

impl Send for Intel

impl Sync for Intel

impl Unpin for Intel

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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.