pub struct FmtCtx {
ctx: XtaskCtx,
fix: bool,
only_diffed: bool,
}Fields§
§ctx: XtaskCtx§fix: bool§only_diffed: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for FmtCtx
impl RefUnwindSafe for FmtCtx
impl Send for FmtCtx
impl Sync for FmtCtx
impl Unpin for FmtCtx
impl UnsafeUnpin for FmtCtx
impl UnwindSafe for FmtCtx
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