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