Struct chirpstack_api::as_pb::external::api::GlobalSearchResult[][src]

pub struct GlobalSearchResult {
    pub kind: String,
    pub score: f32,
    pub organization_id: i64,
    pub organization_name: String,
    pub application_id: i64,
    pub application_name: String,
    pub device_dev_eui: String,
    pub device_name: String,
    pub gateway_mac: String,
    pub gateway_name: String,
}

Fields

kind: String

Record kind.

score: f32

Search score.

organization_id: i64

Organization id.

organization_name: String

Organization name.

application_id: i64

Application id.

application_name: String

Application name.

device_dev_eui: String

Device DevEUI (hex encoded).

device_name: String

Device name.

gateway_mac: String

Gateway MAC (hex encoded).

gateway_name: String

Gateway name.

Trait Implementations

impl Clone for GlobalSearchResult[src]

impl Debug for GlobalSearchResult[src]

impl Default for GlobalSearchResult[src]

impl Message for GlobalSearchResult[src]

impl PartialEq<GlobalSearchResult> for GlobalSearchResult[src]

impl StructuralPartialEq for GlobalSearchResult[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

impl<T> IntoRequest<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<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> WithSubscriber for T[src]