pub enum NutationModel {
IAU2000A,
IAU2000B,
IAU2006A,
}Variants§
Trait Implementations§
Source§impl Clone for NutationModel
impl Clone for NutationModel
Source§fn clone(&self) -> NutationModel
fn clone(&self) -> NutationModel
Returns a duplicate of the value. Read more
1.0.0 · 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 NutationModel
impl Debug for NutationModel
Source§impl PartialEq for NutationModel
impl PartialEq for NutationModel
impl Copy for NutationModel
impl Eq for NutationModel
impl StructuralPartialEq for NutationModel
Auto Trait Implementations§
impl Freeze for NutationModel
impl RefUnwindSafe for NutationModel
impl Send for NutationModel
impl Sync for NutationModel
impl Unpin for NutationModel
impl UnsafeUnpin for NutationModel
impl UnwindSafe for NutationModel
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