pub struct ShutdownResponse {}Trait Implementations§
Source§impl Clone for ShutdownResponse
impl Clone for ShutdownResponse
Source§fn clone(&self) -> ShutdownResponse
fn clone(&self) -> ShutdownResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ShutdownResponse
impl Debug for ShutdownResponse
Source§impl Default for ShutdownResponse
impl Default for ShutdownResponse
Source§fn default() -> ShutdownResponse
fn default() -> ShutdownResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ShutdownResponse
impl<'de> Deserialize<'de> for ShutdownResponse
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 ShutdownResponse
impl RefUnwindSafe for ShutdownResponse
impl Send for ShutdownResponse
impl Sync for ShutdownResponse
impl Unpin for ShutdownResponse
impl UnsafeUnpin for ShutdownResponse
impl UnwindSafe for ShutdownResponse
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