pub struct NewNameSignal {
pub new_name: String,
pub prev_name: String,
}
Fields§
§new_name: String
§prev_name: String
Trait Implementations§
Source§impl Clone for NewNameSignal
impl Clone for NewNameSignal
Source§fn clone(&self) -> NewNameSignal
fn clone(&self) -> NewNameSignal
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 moreAuto Trait Implementations§
impl Freeze for NewNameSignal
impl RefUnwindSafe for NewNameSignal
impl Send for NewNameSignal
impl Sync for NewNameSignal
impl Unpin for NewNameSignal
impl UnwindSafe for NewNameSignal
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