Struct ExPushToast
pub struct ExPushToast<'ex> { /* private fields */ }Expand description
Default-param extender for EditorToaster::push_toast_ex.
Implementations§
§impl<'ex> ExPushToast<'ex>
impl<'ex> ExPushToast<'ex>
pub fn severity(self, severity: Severity) -> ExPushToast<'ex>
pub fn tooltip(self, tooltip: impl AsArg<GString> + 'ex) -> ExPushToast<'ex>
pub fn done(self)
Auto Trait Implementations§
impl<'ex> Freeze for ExPushToast<'ex>
impl<'ex> RefUnwindSafe for ExPushToast<'ex>
impl<'ex> !Send for ExPushToast<'ex>
impl<'ex> !Sync for ExPushToast<'ex>
impl<'ex> Unpin for ExPushToast<'ex>
impl<'ex> !UnwindSafe for ExPushToast<'ex>
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