pub struct Renamed {
pub from: String,
pub to: String,
pub signature: String,
pub old_sig_id: String,
}Fields§
§from: String§to: String§signature: String§old_sig_id: StringThe SigId of the from side. See AddRemove::old_sig_id — same
rationale, always required here since a rename always has an old
side.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Renamed
impl RefUnwindSafe for Renamed
impl Send for Renamed
impl Sync for Renamed
impl Unpin for Renamed
impl UnsafeUnpin for Renamed
impl UnwindSafe for Renamed
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