pub struct DatumTarget {
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 DatumTarget
impl Clone for DatumTarget
Source§fn clone(&self) -> DatumTarget
fn clone(&self) -> DatumTarget
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 DatumTarget
impl Debug for DatumTarget
Source§impl PartialEq for DatumTarget
impl PartialEq for DatumTarget
Source§fn eq(&self, other: &DatumTarget) -> bool
fn eq(&self, other: &DatumTarget) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DatumTarget
Auto Trait Implementations§
impl Freeze for DatumTarget
impl RefUnwindSafe for DatumTarget
impl Send for DatumTarget
impl Sync for DatumTarget
impl Unpin for DatumTarget
impl UnsafeUnpin for DatumTarget
impl UnwindSafe for DatumTarget
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