pub struct ConfRef(/* private fields */);Expand description
A borrowed reference to a Conf.
Trait Implementations§
Source§impl BorrowMut<ConfRef> for Conf
impl BorrowMut<ConfRef> for Conf
Source§fn borrow_mut(&mut self) -> &mut ConfRef
fn borrow_mut(&mut self) -> &mut ConfRef
Mutably borrows from an owned value. Read more