pub struct ServicePingResponse {
pub status: String,
pub subject: String,
pub api_version: ApiVersion,
}Fields§
§status: String§subject: String§api_version: ApiVersionTrait Implementations§
Source§impl Clone for ServicePingResponse
impl Clone for ServicePingResponse
Source§fn clone(&self) -> ServicePingResponse
fn clone(&self) -> ServicePingResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ServicePingResponse
impl Debug for ServicePingResponse
Source§impl<'de> Deserialize<'de> for ServicePingResponse
impl<'de> Deserialize<'de> for ServicePingResponse
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 ServicePingResponse
impl RefUnwindSafe for ServicePingResponse
impl Send for ServicePingResponse
impl Sync for ServicePingResponse
impl Unpin for ServicePingResponse
impl UnsafeUnpin for ServicePingResponse
impl UnwindSafe for ServicePingResponse
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