pub struct MessageOptions {
pub content: String,
pub title: Option<String>,
pub long: Option<String>,
pub priority: Option<Priority>,
}Fields§
§content: String§title: Option<String>§long: Option<String>§priority: Option<Priority>Trait Implementations§
Source§impl Debug for MessageOptions
impl Debug for MessageOptions
Auto Trait Implementations§
impl Freeze for MessageOptions
impl RefUnwindSafe for MessageOptions
impl Send for MessageOptions
impl Sync for MessageOptions
impl Unpin for MessageOptions
impl UnwindSafe for MessageOptions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more