pub struct DomainShutdownResponse(/* private fields */);Trait Implementations§
Source§impl Debug for DomainShutdownResponse
impl Debug for DomainShutdownResponse
Source§impl Into<()> for DomainShutdownResponse
impl Into<()> for DomainShutdownResponse
Auto Trait Implementations§
impl Freeze for DomainShutdownResponse
impl RefUnwindSafe for DomainShutdownResponse
impl Send for DomainShutdownResponse
impl Sync for DomainShutdownResponse
impl Unpin for DomainShutdownResponse
impl UnwindSafe for DomainShutdownResponse
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