pub struct TitleFix {
pub id: u32,
pub old: String,
pub new: String,
}Fields§
§id: u32§old: String§new: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for TitleFix
impl RefUnwindSafe for TitleFix
impl Send for TitleFix
impl Sync for TitleFix
impl Unpin for TitleFix
impl UnwindSafe for TitleFix
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