pub struct TitleChange {
pub from: String,
pub to: String,
}Expand description
Title-change record. Emitted only when titles differ.
Fields§
§from: StringTitle before.
to: StringTitle after.
Trait Implementations§
Source§impl Clone for TitleChange
impl Clone for TitleChange
Source§fn clone(&self) -> TitleChange
fn clone(&self) -> TitleChange
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TitleChange
impl Debug for TitleChange
Auto Trait Implementations§
impl Freeze for TitleChange
impl RefUnwindSafe for TitleChange
impl Send for TitleChange
impl Sync for TitleChange
impl Unpin for TitleChange
impl UnsafeUnpin for TitleChange
impl UnwindSafe for TitleChange
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