[][src]Struct license::CECILL_B

pub struct CECILL_B;

The CeCILL-B Free Software License Agreement.

Trait Implementations

impl License for CECILL_B[src]

impl Debug for CECILL_B[src]

impl PartialEq<CECILL_B> for CECILL_B[src]

impl Eq for CECILL_B[src]

impl Ord for CECILL_B[src]

impl PartialOrd<CECILL_B> for CECILL_B[src]

impl Hash for CECILL_B[src]

impl Copy for CECILL_B[src]

impl StructuralPartialEq for CECILL_B[src]

impl StructuralEq for CECILL_B[src]

impl Clone for CECILL_B[src]

impl Default for CECILL_B[src]

Auto Trait Implementations

impl Unpin for CECILL_B

impl Send for CECILL_B

impl Sync for CECILL_B

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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> Borrow<T> for T where
    T: ?Sized
[src]

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

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