pub struct RegistryFeatures {
pub custom_modules: bool,
pub import: bool,
pub lang_debug: bool,
}
Fields§
§custom_modules: bool
§import: bool
§lang_debug: bool
Trait Implementations§
Source§impl Clone for RegistryFeatures
impl Clone for RegistryFeatures
Source§fn clone(&self) -> RegistryFeatures
fn clone(&self) -> RegistryFeatures
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for RegistryFeatures
impl Default for RegistryFeatures
impl Copy for RegistryFeatures
Auto Trait Implementations§
impl Freeze for RegistryFeatures
impl RefUnwindSafe for RegistryFeatures
impl Send for RegistryFeatures
impl Sync for RegistryFeatures
impl Unpin for RegistryFeatures
impl UnwindSafe for RegistryFeatures
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