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