pub struct NewConfig(pub Value);
Tuple Fields§
§0: Value
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NewConfig
impl RefUnwindSafe for NewConfig
impl Send for NewConfig
impl Sync for NewConfig
impl Unpin for NewConfig
impl UnwindSafe for NewConfig
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