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