pub struct FmtInput {
pub edition: String,
pub file_path: PathBuf,
}Fields§
§edition: String§file_path: PathBufAuto Trait Implementations§
impl Freeze for FmtInput
impl RefUnwindSafe for FmtInput
impl Send for FmtInput
impl Sync for FmtInput
impl Unpin for FmtInput
impl UnwindSafe for FmtInput
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