pub struct SaveWindowTitle;
Expand description
The unit SaveWindowTitle
command.
Trait Implementations§
Source§impl Clone for SaveWindowTitle
impl Clone for SaveWindowTitle
Source§fn clone(&self) -> SaveWindowTitle
fn clone(&self) -> SaveWindowTitle
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 SaveWindowTitle
impl Debug for SaveWindowTitle
Source§impl Display for SaveWindowTitle
impl Display for SaveWindowTitle
Source§impl PartialEq for SaveWindowTitle
impl PartialEq for SaveWindowTitle
impl Command for SaveWindowTitle
impl Copy for SaveWindowTitle
impl Eq for SaveWindowTitle
impl StructuralPartialEq for SaveWindowTitle
Auto Trait Implementations§
impl Freeze for SaveWindowTitle
impl RefUnwindSafe for SaveWindowTitle
impl Send for SaveWindowTitle
impl Sync for SaveWindowTitle
impl Unpin for SaveWindowTitle
impl UnwindSafe for SaveWindowTitle
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