pub enum SignalIDType {
Item,
Fluid,
Virtual,
}
Variants§
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 · 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 SignalIDType
impl Debug for SignalIDType
Source§impl<'de> Deserialize<'de> for SignalIDType
impl<'de> Deserialize<'de> for SignalIDType
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 for SignalIDType
impl PartialEq for SignalIDType
Source§impl Serialize for SignalIDType
impl Serialize for SignalIDType
impl Eq for SignalIDType
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 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