pub struct Feature { /* private fields */ }Implementations§
Source§impl Feature
impl Feature
pub fn test_dummy_stable() -> &'static Feature
pub fn test_dummy_unstable() -> &'static Feature
pub fn alternative_registries() -> &'static Feature
pub fn edition() -> &'static Feature
pub fn rename_dependency() -> &'static Feature
pub fn publish_lockfile() -> &'static Feature
pub fn profile_overrides() -> &'static Feature
pub fn namespaced_features() -> &'static Feature
pub fn default_run() -> &'static Feature
pub fn metabuild() -> &'static Feature
pub fn public_dependency() -> &'static Feature
pub fn named_profiles() -> &'static Feature
Auto Trait Implementations§
impl Freeze for Feature
impl RefUnwindSafe for Feature
impl Send for Feature
impl Sync for Feature
impl Unpin for Feature
impl UnwindSafe for Feature
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