pub struct DucPath {
pub line_indices: Vec<i32>,
pub background: Option<ElementBackground>,
pub stroke: Option<ElementStroke>,
}Fields§
§line_indices: Vec<i32>§background: Option<ElementBackground>Override the background and stroke from the base if different than null
stroke: Option<ElementStroke>Override the background and stroke from the base if different than null
Trait Implementations§
Source§impl<'de> Deserialize<'de> for DucPath
impl<'de> Deserialize<'de> for DucPath
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 StructuralPartialEq for DucPath
Auto Trait Implementations§
impl Freeze for DucPath
impl RefUnwindSafe for DucPath
impl Send for DucPath
impl Sync for DucPath
impl Unpin for DucPath
impl UnsafeUnpin for DucPath
impl UnwindSafe for DucPath
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