[][src]Struct license::SHL_0_51

pub struct SHL_0_51;

The Solderpad Hardware License, Version 0.51.

Trait Implementations

impl Clone for SHL_0_51[src]

impl Copy for SHL_0_51[src]

impl Debug for SHL_0_51[src]

impl Default for SHL_0_51[src]

impl Eq for SHL_0_51[src]

impl Hash for SHL_0_51[src]

impl License for SHL_0_51[src]

impl Ord for SHL_0_51[src]

impl PartialEq<SHL_0_51> for SHL_0_51[src]

impl PartialOrd<SHL_0_51> for SHL_0_51[src]

impl StructuralEq for SHL_0_51[src]

impl StructuralPartialEq for SHL_0_51[src]

Auto Trait Implementations

impl Send for SHL_0_51

impl Sync for SHL_0_51

impl Unpin for SHL_0_51

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.