pub struct DynSetWindowTitle(/* private fields */);Expand description
The dynamic DynSetWindowTitle(String) command.
This command cannot be copied, only cloned.
Trait Implementations§
Source§impl Clone for DynSetWindowTitle
 
impl Clone for DynSetWindowTitle
Source§fn clone(&self) -> DynSetWindowTitle
 
fn clone(&self) -> DynSetWindowTitle
Returns a duplicate 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 DynSetWindowTitle
 
impl Debug for DynSetWindowTitle
Source§impl Display for DynSetWindowTitle
 
impl Display for DynSetWindowTitle
Source§impl PartialEq for DynSetWindowTitle
 
impl PartialEq for DynSetWindowTitle
impl Command for DynSetWindowTitle
impl Eq for DynSetWindowTitle
impl StructuralPartialEq for DynSetWindowTitle
Auto Trait Implementations§
impl Freeze for DynSetWindowTitle
impl RefUnwindSafe for DynSetWindowTitle
impl Send for DynSetWindowTitle
impl Sync for DynSetWindowTitle
impl Unpin for DynSetWindowTitle
impl UnwindSafe for DynSetWindowTitle
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