#[repr(i32)]pub enum HttpState {
Unspecified = 0,
HttpEnabled = 1,
HttpDisabled = 2,
}
Expand description
Indicates whether DeviceService (HTTP) is enabled or disabled for the registry. See the field description for details.
Variants§
Unspecified = 0
No HTTP state specified. If not specified, DeviceService will be enabled by default.
HttpEnabled = 1
Enables DeviceService (HTTP) service for the registry.
HttpDisabled = 2
Disables DeviceService (HTTP) service for the registry.
Implementations§
Trait Implementations§
Source§impl Ord for HttpState
impl Ord for HttpState
Source§impl PartialOrd for HttpState
impl PartialOrd for HttpState
impl Copy for HttpState
impl Eq for HttpState
impl StructuralPartialEq for HttpState
Auto Trait Implementations§
impl Freeze for HttpState
impl RefUnwindSafe for HttpState
impl Send for HttpState
impl Sync for HttpState
impl Unpin for HttpState
impl UnwindSafe for HttpState
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request