pub struct FormatFileResult {
pub file: String,
pub formatted: bool,
}Expand description
格式化结果
Fields§
§file: String文件路径
formatted: bool是否已格式化
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FormatFileResult
impl RefUnwindSafe for FormatFileResult
impl Send for FormatFileResult
impl Sync for FormatFileResult
impl Unpin for FormatFileResult
impl UnsafeUnpin for FormatFileResult
impl UnwindSafe for FormatFileResult
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