Struct truck_topology::CompressedShell[][src]

pub struct CompressedShell<P, C, S> { /* fields omitted */ }

Serialized compressed shell

Trait Implementations

impl<P: Debug, C: Debug, S: Debug> Debug for CompressedShell<P, C, S>[src]

impl<'de, P, C, S> Deserialize<'de> for CompressedShell<P, C, S> where
    P: Deserialize<'de>,
    C: Deserialize<'de>,
    S: Deserialize<'de>, 
[src]

impl<P, C, S> Serialize for CompressedShell<P, C, S> where
    P: Serialize,
    C: Serialize,
    S: Serialize
[src]

Auto Trait Implementations

impl<P, C, S> RefUnwindSafe for CompressedShell<P, C, S> where
    C: RefUnwindSafe,
    P: RefUnwindSafe,
    S: RefUnwindSafe
[src]

impl<P, C, S> Send for CompressedShell<P, C, S> where
    C: Send,
    P: Send,
    S: Send
[src]

impl<P, C, S> Sync for CompressedShell<P, C, S> where
    C: Sync,
    P: Sync,
    S: Sync
[src]

impl<P, C, S> Unpin for CompressedShell<P, C, S> where
    C: Unpin,
    P: Unpin,
    S: Unpin
[src]

impl<P, C, S> UnwindSafe for CompressedShell<P, C, S> where
    C: UnwindSafe,
    P: UnwindSafe,
    S: UnwindSafe
[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> 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, 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.