Enum console_api::resources::resource::kind::Kind [−][src]
Expand description
Every resource is either a known kind or an other (unknown) kind.
Variants
Known(i32)
Tuple Fields
0: i32
known
signals that this kind of resource is known to the console API.
Other(String)
Tuple Fields
0: String
other
signals that this kind of resource is unknown to the console API.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Kind
impl UnwindSafe for Kind
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T
in a tonic::Request
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more