pub struct Renamed {
pub from: String,
pub to: String,
pub signature: String,
}Fields§
§from: String§to: String§signature: StringTrait 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