pub struct AppDomainRes {
pub app_domain: String,
}Expand description
Public app/web domain of a tenant (the cert domain). Used by clients on the
API host (cl-o.<idTag>) to build links to the tenant’s web UI (share links).
Fields§
§app_domain: StringTrait Implementations§
Source§impl Clone for AppDomainRes
impl Clone for AppDomainRes
Source§fn clone(&self) -> AppDomainRes
fn clone(&self) -> AppDomainRes
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AppDomainRes
impl Debug for AppDomainRes
Source§impl<'de> Deserialize<'de> for AppDomainRes
impl<'de> Deserialize<'de> for AppDomainRes
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AppDomainRes
impl RefUnwindSafe for AppDomainRes
impl Send for AppDomainRes
impl Sync for AppDomainRes
impl Unpin for AppDomainRes
impl UnsafeUnpin for AppDomainRes
impl UnwindSafe for AppDomainRes
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