pub struct Dcnf { /* private fields */ }
Expand description
Domain configuration management 0
Implementations§
Trait Implementations§
impl Copy for Dcnf
impl Eq for Dcnf
impl Send for Dcnf
impl StructuralPartialEq for Dcnf
impl Sync for Dcnf
Auto Trait Implementations§
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