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