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