Struct cairo_lang_filesystem::db::CrateSettings
source · pub struct CrateSettings {
pub edition: Edition,
pub cfg_set: Option<CfgSet>,
pub experimental_features: ExperimentalFeaturesConfig,
}
Expand description
Same as CrateConfiguration
but without the root directory..
Fields§
§edition: Edition
The crate’s Cairo edition.
cfg_set: Option<CfgSet>
§experimental_features: ExperimentalFeaturesConfig
Trait Implementations§
source§impl Clone for CrateSettings
impl Clone for CrateSettings
source§fn clone(&self) -> CrateSettings
fn clone(&self) -> CrateSettings
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 Debug for CrateSettings
impl Debug for CrateSettings
source§impl Default for CrateSettings
impl Default for CrateSettings
source§fn default() -> CrateSettings
fn default() -> CrateSettings
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CrateSettings
impl<'de> Deserialize<'de> for CrateSettings
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for CrateSettings
impl Hash for CrateSettings
source§impl PartialEq for CrateSettings
impl PartialEq for CrateSettings
source§fn eq(&self, other: &CrateSettings) -> bool
fn eq(&self, other: &CrateSettings) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for CrateSettings
impl Serialize for CrateSettings
impl Eq for CrateSettings
impl StructuralPartialEq for CrateSettings
Auto Trait Implementations§
impl RefUnwindSafe for CrateSettings
impl Send for CrateSettings
impl Sync for CrateSettings
impl Unpin for CrateSettings
impl UnwindSafe for CrateSettings
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.