[][src]Struct loopers_common::api::PartSet

pub struct PartSet { /* fields omitted */ }

Implementations

impl PartSet[src]

pub fn new() -> PartSet[src]

pub fn with(part: Part) -> PartSet[src]

pub fn is_empty(&self) -> bool[src]

Trait Implementations

impl Clone for PartSet[src]

impl Copy for PartSet[src]

impl Debug for PartSet[src]

impl Default for PartSet[src]

impl<'de> Deserialize<'de> for PartSet[src]

impl Eq for PartSet[src]

impl Index<Part> for PartSet[src]

type Output = bool

The returned type after indexing.

impl IndexMut<Part> for PartSet[src]

impl PartialEq<PartSet> for PartSet[src]

impl Serialize for PartSet[src]

impl StructuralEq for PartSet[src]

impl StructuralPartialEq for PartSet[src]

Auto Trait Implementations

impl RefUnwindSafe for PartSet

impl Send for PartSet

impl Sync for PartSet

impl Unpin for PartSet

impl UnwindSafe for PartSet

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,