pub struct PlacedDatumTargetFeature {
pub name: String,
pub description: Option<String>,
pub of_shape: ProductDefinitionShapeRef,
pub product_definitional: Logical,
pub target_id: String,
}Fields§
§name: String§description: Option<String>§of_shape: ProductDefinitionShapeRef§product_definitional: Logical§target_id: StringTrait Implementations§
Source§impl Clone for PlacedDatumTargetFeature
impl Clone for PlacedDatumTargetFeature
Source§fn clone(&self) -> PlacedDatumTargetFeature
fn clone(&self) -> PlacedDatumTargetFeature
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 PlacedDatumTargetFeature
impl Debug for PlacedDatumTargetFeature
Source§impl PartialEq for PlacedDatumTargetFeature
impl PartialEq for PlacedDatumTargetFeature
Source§fn eq(&self, other: &PlacedDatumTargetFeature) -> bool
fn eq(&self, other: &PlacedDatumTargetFeature) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PlacedDatumTargetFeature
Auto Trait Implementations§
impl Freeze for PlacedDatumTargetFeature
impl RefUnwindSafe for PlacedDatumTargetFeature
impl Send for PlacedDatumTargetFeature
impl Sync for PlacedDatumTargetFeature
impl Unpin for PlacedDatumTargetFeature
impl UnsafeUnpin for PlacedDatumTargetFeature
impl UnwindSafe for PlacedDatumTargetFeature
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