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