Struct blaze_devkit::variables::ExtraVariablesFileEntry
source · pub struct ExtraVariablesFileEntry {
pub path: PathBuf,
pub optional: bool,
}Fields§
§path: PathBuf§optional: boolTrait Implementations§
source§impl<'de> Deserialize<'de> for ExtraVariablesFileEntry
impl<'de> Deserialize<'de> for ExtraVariablesFileEntry
source§fn deserialize<D>(
deserializer: D,
) -> Result<ExtraVariablesFileEntry, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D,
) -> Result<ExtraVariablesFileEntry, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<PathBuf> for ExtraVariablesFileEntry
impl From<PathBuf> for ExtraVariablesFileEntry
source§fn from(path: PathBuf) -> ExtraVariablesFileEntry
fn from(path: PathBuf) -> ExtraVariablesFileEntry
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ExtraVariablesFileEntry
impl RefUnwindSafe for ExtraVariablesFileEntry
impl Send for ExtraVariablesFileEntry
impl Sync for ExtraVariablesFileEntry
impl Unpin for ExtraVariablesFileEntry
impl UnwindSafe for ExtraVariablesFileEntry
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