pub struct Gpdsc {
pub name: String,
}Expand description
Represents the PDSC gpdsc element
Identifies the GPDSC file the generator produces. Supports $P substitution.
Fields§
§name: StringPath and filename of the generated GPDSC file relative to workingDir
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Gpdsc
impl<'de> Deserialize<'de> for Gpdsc
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
impl Eq for Gpdsc
impl StructuralPartialEq for Gpdsc
Auto Trait Implementations§
impl Freeze for Gpdsc
impl RefUnwindSafe for Gpdsc
impl Send for Gpdsc
impl Sync for Gpdsc
impl Unpin for Gpdsc
impl UnsafeUnpin for Gpdsc
impl UnwindSafe for Gpdsc
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