pub struct MixedIndentError;
Expand description
A struct representing the mixed indentation error.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MixedIndentError
impl RefUnwindSafe for MixedIndentError
impl Send for MixedIndentError
impl Sync for MixedIndentError
impl Unpin for MixedIndentError
impl UnwindSafe for MixedIndentError
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