pub enum ConfigurationDesignRef {
ConfigurationDesign(ConfigurationDesignId),
}Variants§
ConfigurationDesign(ConfigurationDesignId)
Implementations§
Source§impl ConfigurationDesignRef
impl ConfigurationDesignRef
pub fn resolve<'m>( &self, model: &'m StepModel, ) -> ConfigurationDesignRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
Source§impl Clone for ConfigurationDesignRef
impl Clone for ConfigurationDesignRef
Source§fn clone(&self) -> ConfigurationDesignRef
fn clone(&self) -> ConfigurationDesignRef
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 ConfigurationDesignRef
impl Debug for ConfigurationDesignRef
Source§impl PartialEq for ConfigurationDesignRef
impl PartialEq for ConfigurationDesignRef
Source§fn eq(&self, other: &ConfigurationDesignRef) -> bool
fn eq(&self, other: &ConfigurationDesignRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ConfigurationDesignRef
Auto Trait Implementations§
impl Freeze for ConfigurationDesignRef
impl RefUnwindSafe for ConfigurationDesignRef
impl Send for ConfigurationDesignRef
impl Sync for ConfigurationDesignRef
impl Unpin for ConfigurationDesignRef
impl UnsafeUnpin for ConfigurationDesignRef
impl UnwindSafe for ConfigurationDesignRef
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