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