[][src]Enum coolq_sdk_rust::targets::cqcode::CQCode

pub enum CQCode {
    Face(i32),
    Emoji(i32),
    Bface(i32),
    Sface(i32),
    Image(String),
    Record(Stringbool),
    At(i64),
    AtAll(),
    Rps(i32),
    Dice(i32),
    Shake(),
    Anonymous(bool),
    Sign(StringStringString),
    Location(f32f32StringString),
    Music(Stringi32i32),
    MusicCustom(StringStringStringStringString),
    Share(StringStringStringString),
    Contact(i64String),
    Unknown(String),
}

Variants

Face(i32)
Emoji(i32)
Bface(i32)
Sface(i32)
Image(String)
Record(Stringbool)
At(i64)
AtAll()
Rps(i32)
Dice(i32)
Shake()
Anonymous(bool)
Sign(StringStringString)
Location(f32f32StringString)
Music(Stringi32i32)
MusicCustom(StringStringStringStringString)
Share(StringStringStringString)
Contact(i64String)
Unknown(String)

Trait Implementations

impl Clone for CQCode[src]

impl Debug for CQCode[src]

impl Display for CQCode[src]

Auto Trait Implementations

impl RefUnwindSafe for CQCode

impl Send for CQCode

impl Sync for CQCode

impl Unpin for CQCode

impl UnwindSafe for CQCode

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> 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> ToString for T where
    T: Display + ?Sized
[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.