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