pub struct StopNodeResponse {
pub accepted: bool,
}Expand description
Response for StopNodeRequest.
Fields§
§accepted: boolWhether shutdown was initiated.
Trait Implementations§
Source§impl Clone for StopNodeResponse
impl Clone for StopNodeResponse
Source§fn clone(&self) -> StopNodeResponse
fn clone(&self) -> StopNodeResponse
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 StopNodeResponse
impl Debug for StopNodeResponse
Source§impl<'de> Deserialize<'de> for StopNodeResponse
impl<'de> Deserialize<'de> for StopNodeResponse
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 StopNodeResponse
impl RefUnwindSafe for StopNodeResponse
impl Send for StopNodeResponse
impl Sync for StopNodeResponse
impl Unpin for StopNodeResponse
impl UnsafeUnpin for StopNodeResponse
impl UnwindSafe for StopNodeResponse
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