pub struct ConfigurationParameter {
pub is_encrypted: bool,
pub must_overrride: bool,
pub name: WString,
pub value: WString,
pub type: WString,
}
Fields§
§is_encrypted: bool
§must_overrride: bool
§name: WString
§value: WString
§type: WString
Trait Implementations§
Source§impl Debug for ConfigurationParameter
impl Debug for ConfigurationParameter
Source§impl From<&FABRIC_CONFIGURATION_PARAMETER> for ConfigurationParameter
impl From<&FABRIC_CONFIGURATION_PARAMETER> for ConfigurationParameter
Source§fn from(value: &FABRIC_CONFIGURATION_PARAMETER) -> Self
fn from(value: &FABRIC_CONFIGURATION_PARAMETER) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ConfigurationParameter
impl RefUnwindSafe for ConfigurationParameter
impl Send for ConfigurationParameter
impl Sync for ConfigurationParameter
impl Unpin for ConfigurationParameter
impl UnwindSafe for ConfigurationParameter
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