pub struct ConfigurationField { /* private fields */ }
Implementations§
Source§impl ConfigurationField
impl ConfigurationField
pub fn description<T>(self, value: T) -> Self
pub fn name<T>(self, value: T) -> Self
pub fn options<T>(self, value: T) -> Self
pub fn required<T>(self, value: T) -> Self
pub fn secret<T>(self, value: T) -> Self
pub fn title<T>(self, value: T) -> Self
pub fn type_<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for ConfigurationField
impl Clone for ConfigurationField
Source§fn clone(&self) -> ConfigurationField
fn clone(&self) -> ConfigurationField
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ConfigurationField
impl Debug for ConfigurationField
Source§impl Default for ConfigurationField
impl Default for ConfigurationField
Source§impl From<ConfigurationField> for ConfigurationField
impl From<ConfigurationField> for ConfigurationField
Source§fn from(value: ConfigurationField) -> Self
fn from(value: ConfigurationField) -> Self
Converts to this type from the input type.
Source§impl TryFrom<ConfigurationField> for ConfigurationField
impl TryFrom<ConfigurationField> for ConfigurationField
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: ConfigurationField) -> Result<Self, ConversionError>
fn try_from(value: ConfigurationField) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for ConfigurationField
impl RefUnwindSafe for ConfigurationField
impl Send for ConfigurationField
impl Sync for ConfigurationField
impl Unpin for ConfigurationField
impl UnwindSafe for ConfigurationField
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