pub struct TerminationRequest {
pub backend_id: BackendId,
}
Expand description
A message telling a drone to terminate a backend.
Fields§
§backend_id: BackendId
Implementations§
Trait Implementations§
Source§impl Clone for TerminationRequest
impl Clone for TerminationRequest
Source§fn clone(&self) -> TerminationRequest
fn clone(&self) -> TerminationRequest
Returns a copy 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 TerminationRequest
impl Debug for TerminationRequest
Source§impl<'de> Deserialize<'de> for TerminationRequest
impl<'de> Deserialize<'de> for TerminationRequest
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 Serialize for TerminationRequest
impl Serialize for TerminationRequest
Auto Trait Implementations§
impl Freeze for TerminationRequest
impl RefUnwindSafe for TerminationRequest
impl Send for TerminationRequest
impl Sync for TerminationRequest
impl Unpin for TerminationRequest
impl UnwindSafe for TerminationRequest
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