Enum ascom_alpaca::api::Axis
source · #[repr(i32)]pub enum Axis {
Primary,
Secondary,
Tertiary,
}Available on crate feature
telescope only.Expand description
The axis of mount rotation.
Variants§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Axis
impl<'de> Deserialize<'de> for Axis
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<Axis> for Axis
impl PartialEq<Axis> for Axis
source§impl TryFrom<i32> for Axis
impl TryFrom<i32> for Axis
§type Error = TryFromPrimitiveError<Axis>
type Error = TryFromPrimitiveError<Axis>
The type returned in the event of a conversion error.
source§impl TryFromPrimitive for Axis
impl TryFromPrimitive for Axis
impl Copy for Axis
impl Eq for Axis
impl StructuralEq for Axis
impl StructuralPartialEq for Axis
Auto Trait Implementations§
impl RefUnwindSafe for Axis
impl Send for Axis
impl Sync for Axis
impl Unpin for Axis
impl UnwindSafe for Axis
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.