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