pub enum ConfigStrImut {
NonSelectable,
Selectable,
}Expand description
Config structure for immutable view of many simple types like str, String & numerics
Variants§
Trait Implementations§
Source§impl Default for ConfigStrImut
impl Default for ConfigStrImut
Source§fn default() -> ConfigStrImut
fn default() -> ConfigStrImut
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ConfigStrImut
impl RefUnwindSafe for ConfigStrImut
impl Send for ConfigStrImut
impl Sync for ConfigStrImut
impl Unpin for ConfigStrImut
impl UnwindSafe for ConfigStrImut
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