pub enum CONF {}Auto Trait Implementations§
impl Freeze for CONF
impl RefUnwindSafe for CONF
impl Send for CONF
impl Sync for CONF
impl Unpin for CONF
impl UnsafeUnpin for CONF
impl UnwindSafe for CONF
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