pub enum CustomBalloon<'a> {
    Application(&'a str),
    URL,
    Handwriting,
    ApplePay,
    Fitness,
    Slideshow,
}
Expand description

Application Messages

Messages sent via an app’s iMessage integration will send in a special balloon instead of a normal text balloon. This represents the different variants of message balloon.

Variants§

§

Application(&'a str)

Generic third party applications

§

URL

URL previews

§

Handwriting

Handwritten animated messages

§

ApplePay

Apple Pay (one of Sent, Requested, Received)

§

Fitness

Fitness.app messages

§

Slideshow

Photos.app slideshow messages

Trait Implementations§

Formats the value using the given formatter. Read more

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.