pub struct MappingResult {
pub warnings: Vec<String>,
}Expand description
Result of applying command mappings, including any warnings.
Fields§
§warnings: Vec<String>Warnings about stale or unused mappings
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MappingResult
impl RefUnwindSafe for MappingResult
impl Send for MappingResult
impl Sync for MappingResult
impl Unpin for MappingResult
impl UnsafeUnpin for MappingResult
impl UnwindSafe for MappingResult
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