pub struct TrayNotificationBuilder<'a> { /* private fields */ }

Implementations

Note: balloon_icon is only used if info is set AND flags uses USER_ICON

Note: flags are only used if info is set

Note: tip will be truncated to 127 characters

Note: info will be truncated to 255 characters

Note: info will be truncated to 63 characters Note 2: This value is only used if info is also specified

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.