pub enum HyperSubstance {
Provision(Provision),
Assign(Assign),
Host(HostCmd),
Event(HyperEvent),
Log(Log),
Search(Search),
Discoveries(Discoveries),
}
Variants§
Provision(Provision)
Assign(Assign)
Host(HostCmd)
Event(HyperEvent)
Log(Log)
Search(Search)
Discoveries(Discoveries)
Trait Implementations§
Source§impl Clone for HyperSubstance
impl Clone for HyperSubstance
Source§fn clone(&self) -> HyperSubstance
fn clone(&self) -> HyperSubstance
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 HyperSubstance
impl Debug for HyperSubstance
Source§impl<'de> Deserialize<'de> for HyperSubstance
impl<'de> Deserialize<'de> for HyperSubstance
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 Display for HyperSubstance
impl Display for HyperSubstance
Source§impl From<Assign> for HyperSubstance
impl From<Assign> for HyperSubstance
Source§fn from(f: Assign) -> HyperSubstance
fn from(f: Assign) -> HyperSubstance
Converts to this type from the input type.
Source§impl From<Discoveries> for HyperSubstance
impl From<Discoveries> for HyperSubstance
Source§fn from(f: Discoveries) -> HyperSubstance
fn from(f: Discoveries) -> HyperSubstance
Converts to this type from the input type.
Source§impl From<HostCmd> for HyperSubstance
impl From<HostCmd> for HyperSubstance
Source§fn from(f: HostCmd) -> HyperSubstance
fn from(f: HostCmd) -> HyperSubstance
Converts to this type from the input type.
Source§impl From<HyperEvent> for HyperSubstance
impl From<HyperEvent> for HyperSubstance
Source§fn from(f: HyperEvent) -> HyperSubstance
fn from(f: HyperEvent) -> HyperSubstance
Converts to this type from the input type.
Source§impl From<HyperSubstance> for Substance
impl From<HyperSubstance> for Substance
Source§fn from(f: HyperSubstance) -> Substance
fn from(f: HyperSubstance) -> Substance
Converts to this type from the input type.
Source§impl From<Log> for HyperSubstance
impl From<Log> for HyperSubstance
Source§fn from(f: Log) -> HyperSubstance
fn from(f: Log) -> HyperSubstance
Converts to this type from the input type.
Source§impl From<Provision> for HyperSubstance
impl From<Provision> for HyperSubstance
Source§fn from(f: Provision) -> HyperSubstance
fn from(f: Provision) -> HyperSubstance
Converts to this type from the input type.
Source§impl From<Search> for HyperSubstance
impl From<Search> for HyperSubstance
Source§fn from(f: Search) -> HyperSubstance
fn from(f: Search) -> HyperSubstance
Converts to this type from the input type.
Source§impl PartialEq for HyperSubstance
impl PartialEq for HyperSubstance
Source§impl Serialize for HyperSubstance
impl Serialize for HyperSubstance
Source§impl ToSubstance<HyperSubstance> for Substance
impl ToSubstance<HyperSubstance> for Substance
fn to_substance(self) -> Result<HyperSubstance, SpaceErr>
fn to_substance_ref(&self) -> Result<&HyperSubstance, SpaceErr>
Source§impl TryInto<Assign> for HyperSubstance
impl TryInto<Assign> for HyperSubstance
Source§impl TryInto<Discoveries> for HyperSubstance
impl TryInto<Discoveries> for HyperSubstance
Source§impl TryInto<HostCmd> for HyperSubstance
impl TryInto<HostCmd> for HyperSubstance
Source§impl TryInto<HyperEvent> for HyperSubstance
impl TryInto<HyperEvent> for HyperSubstance
Source§impl TryInto<HyperSubstance> for Substance
impl TryInto<HyperSubstance> for Substance
Source§impl TryInto<Log> for HyperSubstance
impl TryInto<Log> for HyperSubstance
Source§impl TryInto<Provision> for HyperSubstance
impl TryInto<Provision> for HyperSubstance
Source§impl TryInto<Search> for HyperSubstance
impl TryInto<Search> for HyperSubstance
impl Eq for HyperSubstance
impl StructuralPartialEq for HyperSubstance
Auto Trait Implementations§
impl Freeze for HyperSubstance
impl RefUnwindSafe for HyperSubstance
impl Send for HyperSubstance
impl Sync for HyperSubstance
impl Unpin for HyperSubstance
impl UnwindSafe for HyperSubstance
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> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<I, T> ExtractContext<I, ()> for T
impl<I, T> ExtractContext<I, ()> for T
Source§fn extract_context(self, _original_input: I)
fn extract_context(self, _original_input: I)
Given the context attached to a nom error, and given the original
input to the nom parser, extract more the useful context information. Read more
Source§impl<T> Indentable for Twhere
T: Display,
impl<T> Indentable for Twhere
T: Display,
Source§fn indented_skip_initial(self, indent: &str) -> IndentedSkipIntial<'_, Self>
fn indented_skip_initial(self, indent: &str) -> IndentedSkipIntial<'_, Self>
Source§impl<I> RecreateContext<I> for I
impl<I> RecreateContext<I> for I
Source§fn recreate_context(_original_input: I, tail: I) -> I
fn recreate_context(_original_input: I, tail: I) -> I
Given the original input, as well as the context reported by nom,
recreate a context in the original string where the error occurred. Read more