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