#[non_exhaustive]pub enum Frame {
FlrwComoving,
}Expand description
The reference frame a profile declares (Rule F).
Implementations MUST NOT convert between frames and MUST NOT claim observer-independence (N2).
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
FlrwComoving
Proper time along a comoving worldline in an FLRW frame — cosmological time in the CMB rest frame. The frame in which “the universe is 13.787 Gyr old” is a meaningful statement (§1.1).
Implementations§
Trait Implementations§
impl Copy for Frame
impl Eq for Frame
impl StructuralPartialEq for Frame
Auto Trait Implementations§
impl Freeze for Frame
impl RefUnwindSafe for Frame
impl Send for Frame
impl Sync for Frame
impl Unpin for Frame
impl UnsafeUnpin for Frame
impl UnwindSafe for Frame
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