[][src]Struct scf_core::facade::ConfigurationProperties

pub struct ConfigurationProperties { /* fields omitted */ }

facade to create new properties

Methods

impl ConfigurationProperties[src]

pub fn new_config_builder<K: ?Sized + KeyConstraint, V: ?Sized + ValueConstraint>(
) -> Box<dyn PropertyConfigBuilder<K, V>>
[src]

pub fn new(manager: Box<dyn ConfigurationManager>) -> Self[src]

pub fn get_manager(&self) -> &dyn ConfigurationManager[src]

pub fn get_property<K: ?Sized + KeyConstraint, V: ?Sized + ValueConstraint>(
    &self,
    config: &dyn PropertyConfig<K, V>
) -> Box<dyn Property<K, V>>
[src]

pub fn get_property_value<K: ?Sized + KeyConstraint, V: ?Sized + ValueConstraint>(
    &self,
    config: &dyn PropertyConfig<K, V>
) -> Option<Box<V>>
[src]

Trait Implementations

impl Send for ConfigurationProperties[src]

impl Sync for ConfigurationProperties[src]

impl Clone for ConfigurationProperties[src]

impl Eq for ConfigurationProperties[src]

impl PartialEq<ConfigurationProperties> for ConfigurationProperties[src]

impl Debug for ConfigurationProperties[src]

impl StructuralPartialEq for ConfigurationProperties[src]

impl StructuralEq for ConfigurationProperties[src]

Auto Trait Implementations

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> 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]