[][src]Struct dmxparser::dmx::Body

pub struct Body<B, S> {
    pub attributes: Vec<Attribute<B, S>>,
}

Fields

attributes: Vec<Attribute<B, S>>

Trait Implementations

impl<B: Debug, S: Debug> Debug for Body<B, S>[src]

Auto Trait Implementations

impl<B, S> RefUnwindSafe for Body<B, S> where
    B: RefUnwindSafe,
    S: RefUnwindSafe

impl<B, S> Send for Body<B, S> where
    B: Send,
    S: Send

impl<B, S> Sync for Body<B, S> where
    B: Sync,
    S: Sync

impl<B, S> Unpin for Body<B, S> where
    B: Unpin,
    S: Unpin

impl<B, S> UnwindSafe for Body<B, S> where
    B: UnwindSafe,
    S: UnwindSafe

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.