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