pub enum ConfTest {}
Expand description
Implements the conf_test API
Implementations§
Auto Trait Implementations§
impl Freeze for ConfTest
impl RefUnwindSafe for ConfTest
impl Send for ConfTest
impl Sync for ConfTest
impl Unpin for ConfTest
impl UnwindSafe for ConfTest
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