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