pub struct StopServerResponse {
pub server: ServerDetails,
}Fields§
§server: ServerDetailsTrait Implementations§
Source§impl Debug for StopServerResponse
impl Debug for StopServerResponse
Source§impl<'de> Deserialize<'de> for StopServerResponse
impl<'de> Deserialize<'de> for StopServerResponse
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 StopServerResponse
impl RefUnwindSafe for StopServerResponse
impl Send for StopServerResponse
impl Sync for StopServerResponse
impl Unpin for StopServerResponse
impl UnwindSafe for StopServerResponse
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