pub struct ShutdownResponse;Expand description
A Sandstorm shutdown response.
Trait Implementations§
Source§impl ByteRead for ShutdownResponse
impl ByteRead for ShutdownResponse
Auto Trait Implementations§
impl Freeze for ShutdownResponse
impl RefUnwindSafe for ShutdownResponse
impl Send for ShutdownResponse
impl Sync for ShutdownResponse
impl Unpin 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