Struct wasmer_api::types::RegisterDomainPayload
source · pub struct RegisterDomainPayload {
pub success: bool,
pub domain: Option<DnsDomain>,
}Fields§
§success: bool§domain: Option<DnsDomain>Trait Implementations§
source§impl Debug for RegisterDomainPayload
impl Debug for RegisterDomainPayload
source§impl<'de> Deserialize<'de> for RegisterDomainPayload
impl<'de> Deserialize<'de> for RegisterDomainPayload
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
source§impl QueryFragment for RegisterDomainPayload
impl QueryFragment for RegisterDomainPayload
§type SchemaType = RegisterDomainPayload
type SchemaType = RegisterDomainPayload
The type in a schema that this
QueryFragment represents§type VariablesFields = ()
type VariablesFields = ()
The variables that are required to execute this
QueryFragmentsource§fn query(builder: SelectionBuilder<'_, Self::SchemaType, Self::VariablesFields>)
fn query(builder: SelectionBuilder<'_, Self::SchemaType, Self::VariablesFields>)
Adds this fragment to the query being built by
builderAuto Trait Implementations§
impl Freeze for RegisterDomainPayload
impl RefUnwindSafe for RegisterDomainPayload
impl Send for RegisterDomainPayload
impl Sync for RegisterDomainPayload
impl Unpin for RegisterDomainPayload
impl UnwindSafe for RegisterDomainPayload
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