pub struct FormatRes {
pub rendered: String,
pub lost_comments: BTreeMap<HashLineColumn, Vec<Whitespace>>,
pub warnings: Vec<Error>,
}Fields§
§rendered: String§lost_comments: BTreeMap<HashLineColumn, Vec<Whitespace>>§warnings: Vec<Error>Auto Trait Implementations§
impl Freeze for FormatRes
impl RefUnwindSafe for FormatRes
impl Send for FormatRes
impl Sync for FormatRes
impl Unpin for FormatRes
impl UnwindSafe for FormatRes
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