pub struct WithFeatures(/* private fields */);Expand description
State after feature selection has been applied.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WithFeatures
impl RefUnwindSafe for WithFeatures
impl Send for WithFeatures
impl Sync for WithFeatures
impl Unpin for WithFeatures
impl UnwindSafe for WithFeatures
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