pub struct DuplicateHost;Expand description
Warns when multiple Host blocks have the same pattern.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DuplicateHost
impl RefUnwindSafe for DuplicateHost
impl Send for DuplicateHost
impl Sync for DuplicateHost
impl Unpin for DuplicateHost
impl UnsafeUnpin for DuplicateHost
impl UnwindSafe for DuplicateHost
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