pub struct ModelTypeSystemConfig {
pub effective_system: ModelTypeSystem,
pub is_default: bool,
}
Fields§
§effective_system: ModelTypeSystem
§is_default: bool
Implementations§
Source§impl ModelTypeSystemConfig
impl ModelTypeSystemConfig
pub fn get_unique_name(&self, base: &str) -> String
Trait Implementations§
Source§impl Debug for ModelTypeSystemConfig
impl Debug for ModelTypeSystemConfig
Source§impl Hash for ModelTypeSystemConfig
impl Hash for ModelTypeSystemConfig
Source§impl PartialEq for ModelTypeSystemConfig
impl PartialEq for ModelTypeSystemConfig
impl Eq for ModelTypeSystemConfig
impl StructuralPartialEq for ModelTypeSystemConfig
Auto Trait Implementations§
impl Freeze for ModelTypeSystemConfig
impl RefUnwindSafe for ModelTypeSystemConfig
impl Send for ModelTypeSystemConfig
impl Sync for ModelTypeSystemConfig
impl Unpin for ModelTypeSystemConfig
impl UnwindSafe for ModelTypeSystemConfig
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
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.