pub struct Feature { /* private fields */ }
Implementations
sourceimpl 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 default_run() -> &'static Feature
pub fn metabuild() -> &'static Feature
pub fn public_dependency() -> &'static Feature
pub fn named_profiles() -> &'static Feature
pub fn resolver() -> &'static Feature
pub fn strip() -> &'static Feature
pub fn rust_version() -> &'static Feature
pub fn edition2021() -> &'static Feature
pub fn per_package_target() -> &'static Feature
pub fn codegen_backend() -> &'static Feature
pub fn different_binary_name() -> &'static Feature
pub fn profile_rustflags() -> &'static Feature
pub fn workspace_inheritance() -> &'static Feature
Auto Trait Implementations
impl RefUnwindSafe for Feature
impl Send for Feature
impl Sync for Feature
impl Unpin for Feature
impl UnwindSafe for Feature
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more