pub struct ConfigValidated;Expand description
Marker type for configuration that has been validated.
Only validated configs can be converted to Config.
Trait Implementations§
Source§impl Clone for ConfigValidated
impl Clone for ConfigValidated
Source§fn clone(&self) -> ConfigValidated
fn clone(&self) -> ConfigValidated
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ConfigValidated
Source§impl Debug for ConfigValidated
impl Debug for ConfigValidated
Source§impl Default for ConfigValidated
impl Default for ConfigValidated
Source§fn default() -> ConfigValidated
fn default() -> ConfigValidated
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ConfigValidated
impl RefUnwindSafe for ConfigValidated
impl Send for ConfigValidated
impl Sync for ConfigValidated
impl Unpin for ConfigValidated
impl UnsafeUnpin for ConfigValidated
impl UnwindSafe for ConfigValidated
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