pub enum OccultationKindGeneral<D> {
Visible,
Scrambled,
Displaced(D),
Invisible,
}Variants§
Implementations§
Source§impl<P, Z> OccultationKindGeneral<(P, Z)>
impl<P, Z> OccultationKindGeneral<(P, Z)>
pub fn pri_occulted(self) -> Option<PriOccultedGeneral<P, Z>>
Trait Implementations§
Source§impl<D> Clone for OccultationKindGeneral<D>where
D: Clone,
impl<D> Clone for OccultationKindGeneral<D>where
D: Clone,
Source§fn clone(&self) -> OccultationKindGeneral<D>
fn clone(&self) -> OccultationKindGeneral<D>
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<D> Debug for OccultationKindGeneral<D>where
D: Debug,
impl<D> Debug for OccultationKindGeneral<D>where
D: Debug,
Source§impl Default for OccultationKindGeneral<(OccDisplacement, ZCoord)>
impl Default for OccultationKindGeneral<(OccDisplacement, ZCoord)>
Source§fn default() -> OccultationKindGeneral<(OccDisplacement, ZCoord)>
fn default() -> OccultationKindGeneral<(OccDisplacement, ZCoord)>
Returns the “default value” for a type. Read more
Source§impl<'de, D> Deserialize<'de> for OccultationKindGeneral<D>where
D: Deserialize<'de>,
impl<'de, D> Deserialize<'de> for OccultationKindGeneral<D>where
D: Deserialize<'de>,
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<OccultationKindGeneral<D>, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<OccultationKindGeneral<D>, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<OccultationKindAlwaysOk> for OccultationKindGeneral<(OccDisplacement, ZCoord)>
impl From<OccultationKindAlwaysOk> for OccultationKindGeneral<(OccDisplacement, ZCoord)>
Source§fn from(
i: OccultationKindAlwaysOk,
) -> OccultationKindGeneral<(OccDisplacement, ZCoord)>
fn from( i: OccultationKindAlwaysOk, ) -> OccultationKindGeneral<(OccDisplacement, ZCoord)>
Converts to this type from the input type.
Source§impl<D> Hash for OccultationKindGeneral<D>where
D: Hash,
impl<D> Hash for OccultationKindGeneral<D>where
D: Hash,
Source§impl Ord for OccultationKindGeneral<(OccDisplacement, ZCoord)>
impl Ord for OccultationKindGeneral<(OccDisplacement, ZCoord)>
Source§fn cmp(
&self,
rhs: &OccultationKindGeneral<(OccDisplacement, ZCoord)>,
) -> Ordering
fn cmp( &self, rhs: &OccultationKindGeneral<(OccDisplacement, ZCoord)>, ) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<D> PartialEq for OccultationKindGeneral<D>where
D: PartialEq,
impl<D> PartialEq for OccultationKindGeneral<D>where
D: PartialEq,
Source§fn eq(&self, other: &OccultationKindGeneral<D>) -> bool
fn eq(&self, other: &OccultationKindGeneral<D>) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for OccultationKindGeneral<(OccDisplacement, ZCoord)>
impl PartialOrd for OccultationKindGeneral<(OccDisplacement, ZCoord)>
Source§fn partial_cmp(
&self,
rhs: &OccultationKindGeneral<(OccDisplacement, ZCoord)>,
) -> Option<Ordering>
fn partial_cmp( &self, rhs: &OccultationKindGeneral<(OccDisplacement, ZCoord)>, ) -> Option<Ordering>
Source§impl<D> Serialize for OccultationKindGeneral<D>where
D: Serialize,
impl<D> Serialize for OccultationKindGeneral<D>where
D: Serialize,
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl<D> Copy for OccultationKindGeneral<D>where
D: Copy,
impl<D> Eq for OccultationKindGeneral<D>where
D: Eq,
impl<D> StructuralPartialEq for OccultationKindGeneral<D>
Auto Trait Implementations§
impl<D> Freeze for OccultationKindGeneral<D>where
D: Freeze,
impl<D> RefUnwindSafe for OccultationKindGeneral<D>where
D: RefUnwindSafe,
impl<D> Send for OccultationKindGeneral<D>where
D: Send,
impl<D> Sync for OccultationKindGeneral<D>where
D: Sync,
impl<D> Unpin for OccultationKindGeneral<D>where
D: Unpin,
impl<D> UnsafeUnpin for OccultationKindGeneral<D>where
D: UnsafeUnpin,
impl<D> UnwindSafe for OccultationKindGeneral<D>where
D: UnwindSafe,
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<T> Downcast for Twhere
T: Any,
impl<T> Downcast for Twhere
T: Any,
Source§fn into_any(self: Box<T>) -> Box<dyn Any>
fn into_any(self: Box<T>) -> Box<dyn Any>
Convert
Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can
then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.Source§fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
Convert
Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be
further downcast into Rc<ConcreteType> where ConcreteType implements Trait.Source§fn as_any(&self) -> &(dyn Any + 'static)
fn as_any(&self) -> &(dyn Any + 'static)
Convert
&Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &Any’s vtable from &Trait’s.Source§fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
Convert
&mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &mut Any’s vtable from &mut Trait’s.Source§impl<T> DowncastSync for T
impl<T> DowncastSync for T
Source§impl<A> DynCastExt for A
impl<A> DynCastExt for A
Source§fn dyn_cast<T>(
self,
) -> Result<<A as DynCastExtHelper<T>>::Target, <A as DynCastExtHelper<T>>::Source>where
A: DynCastExtHelper<T>,
T: ?Sized,
fn dyn_cast<T>(
self,
) -> Result<<A as DynCastExtHelper<T>>::Target, <A as DynCastExtHelper<T>>::Source>where
A: DynCastExtHelper<T>,
T: ?Sized,
Use this to cast from one trait object type to another. Read more
Source§fn dyn_upcast<T>(self) -> <A as DynCastExtAdvHelper<T, T>>::Target
fn dyn_upcast<T>(self) -> <A as DynCastExtAdvHelper<T, T>>::Target
Use this to upcast a trait to one of its supertraits. Read more
Source§fn dyn_cast_adv<F, T>(
self,
) -> Result<<A as DynCastExtAdvHelper<F, T>>::Target, <A as DynCastExtAdvHelper<F, T>>::Source>
fn dyn_cast_adv<F, T>( self, ) -> Result<<A as DynCastExtAdvHelper<F, T>>::Target, <A as DynCastExtAdvHelper<F, T>>::Source>
Source§fn dyn_cast_with_config<C>(
self,
) -> Result<<A as DynCastExtAdvHelper<<C as DynCastConfig>::Source, <C as DynCastConfig>::Target>>::Target, <A as DynCastExtAdvHelper<<C as DynCastConfig>::Source, <C as DynCastConfig>::Target>>::Source>where
C: DynCastConfig,
A: DynCastExtAdvHelper<<C as DynCastConfig>::Source, <C as DynCastConfig>::Target>,
fn dyn_cast_with_config<C>(
self,
) -> Result<<A as DynCastExtAdvHelper<<C as DynCastConfig>::Source, <C as DynCastConfig>::Target>>::Target, <A as DynCastExtAdvHelper<<C as DynCastConfig>::Source, <C as DynCastConfig>::Target>>::Source>where
C: DynCastConfig,
A: DynCastExtAdvHelper<<C as DynCastConfig>::Source, <C as DynCastConfig>::Target>,
Use this to cast from one trait object type to another. With this method
the type parameter is a config type that uniquely specifies which cast
should be preformed. Read more
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§fn in_current_span(self) -> Instrumented<Self> ⓘ
fn in_current_span(self) -> Instrumented<Self> ⓘ
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more