pub struct RestoreWindowTitle;
Expand description
The unit RestoreWindowTitle
command.
Trait Implementations§
Source§impl Clone for RestoreWindowTitle
impl Clone for RestoreWindowTitle
Source§fn clone(&self) -> RestoreWindowTitle
fn clone(&self) -> RestoreWindowTitle
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RestoreWindowTitle
impl Debug for RestoreWindowTitle
Source§impl Display for RestoreWindowTitle
impl Display for RestoreWindowTitle
Source§impl PartialEq for RestoreWindowTitle
impl PartialEq for RestoreWindowTitle
impl Command for RestoreWindowTitle
impl Copy for RestoreWindowTitle
impl Eq for RestoreWindowTitle
impl StructuralPartialEq for RestoreWindowTitle
Auto Trait Implementations§
impl Freeze for RestoreWindowTitle
impl RefUnwindSafe for RestoreWindowTitle
impl Send for RestoreWindowTitle
impl Sync for RestoreWindowTitle
impl Unpin for RestoreWindowTitle
impl UnwindSafe for RestoreWindowTitle
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