pub struct PuppetPathComponent {
pub shape_operation: String,
pub paths: Vec<PuppetMeshPath>,
}Expand description
puppet mesh boundary path component.
Fields§
§shape_operation: String§paths: Vec<PuppetMeshPath>Trait Implementations§
Source§impl Clone for PuppetPathComponent
impl Clone for PuppetPathComponent
Source§fn clone(&self) -> PuppetPathComponent
fn clone(&self) -> PuppetPathComponent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PuppetPathComponent
impl Debug for PuppetPathComponent
Source§impl Default for PuppetPathComponent
impl Default for PuppetPathComponent
Source§fn default() -> PuppetPathComponent
fn default() -> PuppetPathComponent
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PuppetPathComponent
impl RefUnwindSafe for PuppetPathComponent
impl Send for PuppetPathComponent
impl Sync for PuppetPathComponent
impl Unpin for PuppetPathComponent
impl UnsafeUnpin for PuppetPathComponent
impl UnwindSafe for PuppetPathComponent
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