pub struct AppHeartbeatResponse {
    pub status: Option<ResponseStatus>,
}Expand description
App Heartbeat Response
Fields§
§status: Option<ResponseStatus>Implementations§
Source§impl AppHeartbeatResponse
 
impl AppHeartbeatResponse
pub fn new() -> AppHeartbeatResponse
Trait Implementations§
Source§impl Clone for AppHeartbeatResponse
 
impl Clone for AppHeartbeatResponse
Source§fn clone(&self) -> AppHeartbeatResponse
 
fn clone(&self) -> AppHeartbeatResponse
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 AppHeartbeatResponse
 
impl Debug for AppHeartbeatResponse
Source§impl<'de> Deserialize<'de> for AppHeartbeatResponse
 
impl<'de> Deserialize<'de> for AppHeartbeatResponse
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
Source§impl PartialEq for AppHeartbeatResponse
 
impl PartialEq for AppHeartbeatResponse
Source§impl Serialize for AppHeartbeatResponse
 
impl Serialize for AppHeartbeatResponse
impl StructuralPartialEq for AppHeartbeatResponse
Auto Trait Implementations§
impl Freeze for AppHeartbeatResponse
impl RefUnwindSafe for AppHeartbeatResponse
impl Send for AppHeartbeatResponse
impl Sync for AppHeartbeatResponse
impl Unpin for AppHeartbeatResponse
impl UnwindSafe for AppHeartbeatResponse
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