pub struct StopStatus {
pub header: Header,
pub is_stopped: bool,
}Fields§
§header: Header§is_stopped: boolTrait Implementations§
Source§impl Clone for StopStatus
impl Clone for StopStatus
Source§fn clone(&self) -> StopStatus
fn clone(&self) -> StopStatus
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 StopStatus
impl Debug for StopStatus
Source§impl Default for StopStatus
impl Default for StopStatus
Source§impl<'de> Deserialize<'de> for StopStatus
impl<'de> Deserialize<'de> for StopStatus
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 StopStatus
impl PartialEq for StopStatus
Source§impl Serialize for StopStatus
impl Serialize for StopStatus
impl Message for StopStatus
impl StructuralPartialEq for StopStatus
Auto Trait Implementations§
impl Freeze for StopStatus
impl RefUnwindSafe for StopStatus
impl Send for StopStatus
impl Sync for StopStatus
impl Unpin for StopStatus
impl UnwindSafe for StopStatus
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