pub struct CFG4;Expand description
This struct is an interal implementation detail
Auto Trait Implementations§
impl Freeze for CFG4
impl RefUnwindSafe for CFG4
impl Send for CFG4
impl Sync for CFG4
impl Unpin for CFG4
impl UnwindSafe for CFG4
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