pub struct CodecReport {
pub module_relative: String,
pub written: bool,
}Expand description
The result of generating (or checking) a package’s codecs module.
Fields§
§module_relative: StringThe generated codecs module path, relative to the project root.
written: boolWhether the module was written (Write) or only checked (Check).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CodecReport
impl RefUnwindSafe for CodecReport
impl Send for CodecReport
impl Sync for CodecReport
impl Unpin for CodecReport
impl UnsafeUnpin for CodecReport
impl UnwindSafe for CodecReport
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