pub struct DomainOutcome {
pub origin_hostname: String,
pub replaced_domain: Option<String>,
}Expand description
What the caller has to tell the user once the domain is registered.
Fields§
§origin_hostname: StringWhat the domain’s proxied CNAME was pointed at.
replaced_domain: Option<String>Auto Trait Implementations§
impl Freeze for DomainOutcome
impl RefUnwindSafe for DomainOutcome
impl Send for DomainOutcome
impl Sync for DomainOutcome
impl Unpin for DomainOutcome
impl UnsafeUnpin for DomainOutcome
impl UnwindSafe for DomainOutcome
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