[][src]Struct accord::raccord::Command

pub struct Command<M: Sendable> {
    pub command: Vec<String>,
    pub message: M,
}

Fields

command: Vec<String>message: M

Trait Implementations

impl<M: Clone + Sendable> Clone for Command<M>[src]

impl<M: Debug + Sendable> Debug for Command<M>[src]

impl<S: Sendable> Sendable for Command<S>[src]

impl<M: Sendable> Serialize for Command<M> where
    M: Serialize
[src]

Auto Trait Implementations

impl<M> RefUnwindSafe for Command<M> where
    M: RefUnwindSafe

impl<M> Send for Command<M> where
    M: Send

impl<M> Sync for Command<M> where
    M: Sync

impl<M> Unpin for Command<M> where
    M: Unpin

impl<M> UnwindSafe for Command<M> where
    M: 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> Instrument for T[src]

impl<T> Instrument for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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

impl<T> WithSubscriber for T[src]