pub enum SignalIDType {
Item,
Fluid,
Virtual,
Entity,
Recipe,
SpaceLocation,
AsteroidChunk,
Quality,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SignalIDType
impl Clone for SignalIDType
Source§fn clone(&self) -> SignalIDType
fn clone(&self) -> SignalIDType
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 moreimpl Copy for SignalIDType
Source§impl Debug for SignalIDType
impl Debug for SignalIDType
Source§impl Default for SignalIDType
impl Default for SignalIDType
Source§fn default() -> SignalIDType
fn default() -> SignalIDType
Returns the “default value” for a type. Read more
impl Eq for SignalIDType
Source§impl From<SignalIDType> for &'static str
impl From<SignalIDType> for &'static str
Source§fn from(value: SignalIDType) -> &'static str
fn from(value: SignalIDType) -> &'static str
Converts to this type from the input type.
Source§impl Hash for SignalIDType
impl Hash for SignalIDType
Source§impl PartialEq for SignalIDType
impl PartialEq for SignalIDType
Source§impl PartialEq<&str> for SignalIDType
impl PartialEq<&str> for SignalIDType
Source§impl PartialEq<SignalIDType> for &str
impl PartialEq<SignalIDType> for &str
impl StructuralPartialEq for SignalIDType
Auto Trait Implementations§
impl Freeze for SignalIDType
impl RefUnwindSafe for SignalIDType
impl Send for SignalIDType
impl Sync for SignalIDType
impl Unpin for SignalIDType
impl UnsafeUnpin for SignalIDType
impl UnwindSafe for SignalIDType
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