pub struct ConfigRepairReport { /* private fields */ }Implementations§
Source§impl ConfigRepairReport
impl ConfigRepairReport
pub fn analyze(source: &str) -> Result<Self, ConfigRepairError>
pub fn analyze_named( source_name: impl Into<String>, source: &str, ) -> Result<Self, ConfigRepairError>
pub fn diagnostics(&self) -> &[ConfigDiagnostic]
pub fn safe_edit(&self) -> Option<ConfigEdit>
Trait Implementations§
Source§impl Clone for ConfigRepairReport
impl Clone for ConfigRepairReport
Source§fn clone(&self) -> ConfigRepairReport
fn clone(&self) -> ConfigRepairReport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ConfigRepairReport
impl Debug for ConfigRepairReport
impl Eq for ConfigRepairReport
Source§impl PartialEq for ConfigRepairReport
impl PartialEq for ConfigRepairReport
impl StructuralPartialEq for ConfigRepairReport
Auto Trait Implementations§
impl Freeze for ConfigRepairReport
impl RefUnwindSafe for ConfigRepairReport
impl Send for ConfigRepairReport
impl Sync for ConfigRepairReport
impl Unpin for ConfigRepairReport
impl UnsafeUnpin for ConfigRepairReport
impl UnwindSafe for ConfigRepairReport
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