pub struct FwCfgParameters {
pub name: String,
pub string: Option<String>,
pub path: Option<PathBuf>,
}Fields§
§name: String§string: Option<String>§path: Option<PathBuf>Trait Implementations§
Source§impl Clone for FwCfgParameters
impl Clone for FwCfgParameters
Source§fn clone(&self) -> FwCfgParameters
fn clone(&self) -> FwCfgParameters
Returns a copy 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 FwCfgParameters
impl Debug for FwCfgParameters
Source§impl<'de> Deserialize<'de> for FwCfgParameters
impl<'de> Deserialize<'de> for FwCfgParameters
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
Source§impl FromArgValue for FwCfgParameters
impl FromArgValue for FwCfgParameters
Source§impl PartialEq for FwCfgParameters
impl PartialEq for FwCfgParameters
Source§impl Serialize for FwCfgParameters
impl Serialize for FwCfgParameters
impl Eq for FwCfgParameters
impl StructuralPartialEq for FwCfgParameters
Auto Trait Implementations§
impl Freeze for FwCfgParameters
impl RefUnwindSafe for FwCfgParameters
impl Send for FwCfgParameters
impl Sync for FwCfgParameters
impl Unpin for FwCfgParameters
impl UnwindSafe for FwCfgParameters
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