Enum backend::models::pulsar::PulsarRelationData[][src]

pub enum PulsarRelationData {
    ActivateLike(i64i64),
    DeactivateLike(i64i64),
    ActivateCollection(i64i64),
    DeactivateCollection(i64i64),
    ActivateFollow(i64i64),
    DeactivateFollow(i64i64),
}
Expand description

Wrap RelationData with uid

Variants

ActivateLike(i64i64)

Tuple Fields of ActivateLike

0: i641: i64
DeactivateLike(i64i64)

Tuple Fields of DeactivateLike

0: i641: i64
ActivateCollection(i64i64)

Tuple Fields of ActivateCollection

0: i641: i64
DeactivateCollection(i64i64)

Tuple Fields of DeactivateCollection

0: i641: i64
ActivateFollow(i64i64)

Tuple Fields of ActivateFollow

0: i641: i64
DeactivateFollow(i64i64)

Tuple Fields of DeactivateFollow

0: i641: i64

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

type produced from the message

deserialize method that will be called by the consumer

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

serialize method that will be called by the producer

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Converts self into a collection.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more