[][src]Struct oceanpkg::drop::license::expr::And

pub struct And(_);

A set of licenses separated by AND. For projects that require restrictions of multiple licenses.

See Expr::And.

Methods

impl And[src]

pub fn as_slice(&self) -> &[License][src]

Returns the underlying slice of licenses.

Trait Implementations

impl Clone for And[src]

impl Debug for And[src]

impl Display for And[src]

impl Eq for And[src]

impl From<And> for Expr[src]

impl Hash for And[src]

impl PartialEq<And> for And[src]

impl StructuralEq for And[src]

impl StructuralPartialEq for And[src]

Auto Trait Implementations

impl RefUnwindSafe for And

impl Send for And

impl Sync for And

impl Unpin for And

impl UnwindSafe for And

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

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

type Error = !

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.