[][src]Enum breadx::auto::shape::So

#[repr(u8)]pub enum So {
    Set,
    Union,
    Intersect,
    Subtract,
    Invert,
}

Variants

Set
Union
Intersect
Subtract
Invert

Trait Implementations

impl AsByteSequence for So[src]

impl Clone for So[src]

impl Copy for So[src]

impl Debug for So[src]

impl Default for So[src]

impl Eq for So[src]

impl Ord for So[src]

impl PartialEq<So> for So[src]

impl PartialOrd<So> for So[src]

impl StructuralEq for So[src]

impl StructuralPartialEq for So[src]

Auto Trait Implementations

impl RefUnwindSafe for So[src]

impl Send for So[src]

impl Sync for So[src]

impl Unpin for So[src]

impl UnwindSafe for So[src]

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, 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.