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