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