pub struct StartServiceResponse {
pub port: Option<u16>,
pub enable_service_ssl: Option<bool>,
pub error: Option<String>,
}Fields§
§port: Option<u16>§enable_service_ssl: Option<bool>§error: Option<String>Device may return an Error field instead of Port when service is unavailable.
Trait Implementations§
Source§impl Debug for StartServiceResponse
impl Debug for StartServiceResponse
Source§impl<'de> Deserialize<'de> for StartServiceResponse
impl<'de> Deserialize<'de> for StartServiceResponse
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
Auto Trait Implementations§
impl Freeze for StartServiceResponse
impl RefUnwindSafe for StartServiceResponse
impl Send for StartServiceResponse
impl Sync for StartServiceResponse
impl Unpin for StartServiceResponse
impl UnsafeUnpin for StartServiceResponse
impl UnwindSafe for StartServiceResponse
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