pub struct NdmpSettingsVariablesVariablePathVariable { /* private fields */ }Implementations§
source§impl NdmpSettingsVariablesVariablePathVariable
impl NdmpSettingsVariablesVariablePathVariable
pub fn new() -> NdmpSettingsVariablesVariablePathVariable
pub fn set_name(&mut self, name: String)
pub fn with_name( self, name: String, ) -> NdmpSettingsVariablesVariablePathVariable
pub fn name(&self) -> Option<&String>
pub fn reset_name(&mut self)
pub fn set_value(&mut self, value: String)
pub fn with_value( self, value: String, ) -> NdmpSettingsVariablesVariablePathVariable
pub fn value(&self) -> Option<&String>
pub fn reset_value(&mut self)
Trait Implementations§
source§impl<'de> Deserialize<'de> for NdmpSettingsVariablesVariablePathVariable
impl<'de> Deserialize<'de> for NdmpSettingsVariablesVariablePathVariable
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for NdmpSettingsVariablesVariablePathVariable
impl RefUnwindSafe for NdmpSettingsVariablesVariablePathVariable
impl Send for NdmpSettingsVariablesVariablePathVariable
impl Sync for NdmpSettingsVariablesVariablePathVariable
impl Unpin for NdmpSettingsVariablesVariablePathVariable
impl UnwindSafe for NdmpSettingsVariablesVariablePathVariable
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