[][src]Enum mycelium_command::What

pub enum What {
    Default,
    Id([u8; 16]),
    Index(String),
}

What to target: Id, Index

  • Default: error
  • Id: Node Id to target
  • Index: Index term to target

Variants

Default
Index(String)

Trait Implementations

impl Clone for What[src]

impl PartialEq<What> for What[src]

impl Debug for What[src]

impl Serialize for What[src]

impl<'de> Deserialize<'de> for What[src]

Auto Trait Implementations

impl Send for What

impl Sync for What

impl Unpin for What

impl UnwindSafe for What

impl RefUnwindSafe for What

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]