pub struct PublicDomainLookupResponse {
pub tenant_id: Option<String>,
pub found: Option<bool>,
}Expand description
PublicDomainLookupResponse model.
Fields§
§tenant_id: Option<String>§found: Option<bool>Trait Implementations§
Source§impl Clone for PublicDomainLookupResponse
impl Clone for PublicDomainLookupResponse
Source§fn clone(&self) -> PublicDomainLookupResponse
fn clone(&self) -> PublicDomainLookupResponse
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 PublicDomainLookupResponse
impl Debug for PublicDomainLookupResponse
Source§impl Default for PublicDomainLookupResponse
impl Default for PublicDomainLookupResponse
Source§fn default() -> PublicDomainLookupResponse
fn default() -> PublicDomainLookupResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PublicDomainLookupResponse
impl<'de> Deserialize<'de> for PublicDomainLookupResponse
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
impl StructuralPartialEq for PublicDomainLookupResponse
Auto Trait Implementations§
impl Freeze for PublicDomainLookupResponse
impl RefUnwindSafe for PublicDomainLookupResponse
impl Send for PublicDomainLookupResponse
impl Sync for PublicDomainLookupResponse
impl Unpin for PublicDomainLookupResponse
impl UnsafeUnpin for PublicDomainLookupResponse
impl UnwindSafe for PublicDomainLookupResponse
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