pub struct SetTabTitleAction;Implementations§
Source§impl SetTabTitleAction
impl SetTabTitleAction
pub fn new(title: impl Into<String>) -> ActionCommand
Auto Trait Implementations§
impl Freeze for SetTabTitleAction
impl RefUnwindSafe for SetTabTitleAction
impl Send for SetTabTitleAction
impl Sync for SetTabTitleAction
impl Unpin for SetTabTitleAction
impl UnwindSafe for SetTabTitleAction
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