pub struct ResolvedOutput {
pub format: String,
}Fields§
§format: StringTrait Implementations§
Source§impl Debug for ResolvedOutput
impl Debug for ResolvedOutput
Auto Trait Implementations§
impl Freeze for ResolvedOutput
impl RefUnwindSafe for ResolvedOutput
impl Send for ResolvedOutput
impl Sync for ResolvedOutput
impl Unpin for ResolvedOutput
impl UnsafeUnpin for ResolvedOutput
impl UnwindSafe for ResolvedOutput
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