[][src]Struct scf_core::property::default::DefaultPropertyConfig

pub struct DefaultPropertyConfig<K: ?Sized + KeyConstraint, V: ?Sized + ValueConstraint> { /* fields omitted */ }

Methods

impl<K: ?Sized + KeyConstraint, V: ?Sized + ValueConstraint> DefaultPropertyConfig<K, V>[src]

pub fn from_raw(config: &dyn RawPropertyConfig) -> Self[src]

Trait Implementations

impl<K: ?Sized + KeyConstraint, V: ?Sized + ValueConstraint> RawPropertyConfig for DefaultPropertyConfig<K, V>[src]

impl<K: ?Sized + KeyConstraint, V: ?Sized + ValueConstraint> PropertyConfig<K, V> for DefaultPropertyConfig<K, V>[src]

impl<K: ?Sized + KeyConstraint, V: ?Sized + ValueConstraint> Send for DefaultPropertyConfig<K, V>[src]

impl<K: ?Sized + KeyConstraint, V: ?Sized + ValueConstraint> Sync for DefaultPropertyConfig<K, V>[src]

impl<K: Clone + ?Sized + KeyConstraint, V: Clone + ?Sized + ValueConstraint> Clone for DefaultPropertyConfig<K, V>[src]

impl<K: ?Sized + KeyConstraint, V: ?Sized + ValueConstraint> Eq for DefaultPropertyConfig<K, V>[src]

impl<K: ?Sized + KeyConstraint, V: ?Sized + ValueConstraint> PartialEq<DefaultPropertyConfig<K, V>> for DefaultPropertyConfig<K, V>[src]

impl<K: ?Sized + KeyConstraint, V: ?Sized + ValueConstraint> Debug for DefaultPropertyConfig<K, V>[src]

impl<K: ?Sized + KeyConstraint, V: ?Sized + ValueConstraint> Hash for DefaultPropertyConfig<K, V>[src]

Auto Trait Implementations

impl<K, V> Unpin for DefaultPropertyConfig<K, V> where
    K: Unpin,
    V: Unpin

impl<K, V> !UnwindSafe for DefaultPropertyConfig<K, V>

impl<K, V> !RefUnwindSafe for DefaultPropertyConfig<K, V>

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> ValueConstraint for T where
    T: 'static + PartialEq<T> + Eq + Clone + Debug + ?Sized
[src]

impl<T> Value for T where
    T: ValueConstraint + ?Sized
[src]

impl<T> KeyConstraint for T where
    T: ValueConstraint + Hash + ?Sized
[src]

impl<T> Key for T where
    T: KeyConstraint + ?Sized
[src]

impl<T> AsAny for T where
    T: 'static, 
[src]

impl<T> AnyExtension for T where
    T: ?Sized
[src]

impl<T> ToDebugString for T where
    T: Debug + ?Sized
[src]

impl<T> ToInstanceString for T where
    T: ?Sized
[src]