#[repr(C)]pub struct DomainIsEnabledResponse {
pub enabled: bool,
}Fields§
§enabled: boolTrait Implementations§
Source§impl Clone for DomainIsEnabledResponse
impl Clone for DomainIsEnabledResponse
Source§fn clone(&self) -> DomainIsEnabledResponse
fn clone(&self) -> DomainIsEnabledResponse
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 DomainIsEnabledResponse
impl Debug for DomainIsEnabledResponse
Source§impl<'a, ___E> Encode<DomainIsEnabledResponse, ___E> for &'a DomainIsEnabledResponsewhere
___E: InternalHandleEncoder + ?Sized,
impl<'a, ___E> Encode<DomainIsEnabledResponse, ___E> for &'a DomainIsEnabledResponsewhere
___E: InternalHandleEncoder + ?Sized,
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<DomainIsEnabledResponse>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<DomainIsEnabledResponse>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
§const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
Source§impl<___E> Encode<DomainIsEnabledResponse, ___E> for DomainIsEnabledResponsewhere
___E: InternalHandleEncoder + ?Sized,
impl<___E> Encode<DomainIsEnabledResponse, ___E> for DomainIsEnabledResponsewhere
___E: InternalHandleEncoder + ?Sized,
Source§const COPY_OPTIMIZATION: CopyOptimization<DomainIsEnabledResponse, DomainIsEnabledResponse>
const COPY_OPTIMIZATION: CopyOptimization<DomainIsEnabledResponse, DomainIsEnabledResponse>
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<DomainIsEnabledResponse>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<DomainIsEnabledResponse>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
Source§impl<'a, ___E> EncodeOption<Box<'static, DomainIsEnabledResponse>, ___E> for &'a DomainIsEnabledResponse
impl<'a, ___E> EncodeOption<Box<'static, DomainIsEnabledResponse>, ___E> for &'a DomainIsEnabledResponse
Source§fn encode_option(
this: Option<&'a DomainIsEnabledResponse>,
encoder: &mut ___E,
out: &mut MaybeUninit<Box<'static, DomainIsEnabledResponse>>,
_: (),
) -> Result<(), EncodeError>
fn encode_option( this: Option<&'a DomainIsEnabledResponse>, encoder: &mut ___E, out: &mut MaybeUninit<Box<'static, DomainIsEnabledResponse>>, _: (), ) -> Result<(), EncodeError>
Encodes this optional value into an encoder and output.
Source§impl<___E> EncodeOption<Box<'static, DomainIsEnabledResponse>, ___E> for DomainIsEnabledResponse
impl<___E> EncodeOption<Box<'static, DomainIsEnabledResponse>, ___E> for DomainIsEnabledResponse
Source§fn encode_option(
this: Option<DomainIsEnabledResponse>,
encoder: &mut ___E,
out: &mut MaybeUninit<Box<'static, DomainIsEnabledResponse>>,
_: (),
) -> Result<(), EncodeError>
fn encode_option( this: Option<DomainIsEnabledResponse>, encoder: &mut ___E, out: &mut MaybeUninit<Box<'static, DomainIsEnabledResponse>>, _: (), ) -> Result<(), EncodeError>
Encodes this optional value into an encoder and output.
Source§impl FromWire<DomainIsEnabledResponse> for DomainIsEnabledResponse
impl FromWire<DomainIsEnabledResponse> for DomainIsEnabledResponse
Source§const COPY_OPTIMIZATION: CopyOptimization<DomainIsEnabledResponse, DomainIsEnabledResponse>
const COPY_OPTIMIZATION: CopyOptimization<DomainIsEnabledResponse, DomainIsEnabledResponse>
Source§fn from_wire(wire: DomainIsEnabledResponse) -> DomainIsEnabledResponse
fn from_wire(wire: DomainIsEnabledResponse) -> DomainIsEnabledResponse
Converts the given owned value to this type.
Source§impl FromWireRef<DomainIsEnabledResponse> for DomainIsEnabledResponse
impl FromWireRef<DomainIsEnabledResponse> for DomainIsEnabledResponse
Source§fn from_wire_ref(wire: &DomainIsEnabledResponse) -> DomainIsEnabledResponse
fn from_wire_ref(wire: &DomainIsEnabledResponse) -> DomainIsEnabledResponse
Converts the given reference to this type.
Source§impl Hash for DomainIsEnabledResponse
impl Hash for DomainIsEnabledResponse
Source§impl Ord for DomainIsEnabledResponse
impl Ord for DomainIsEnabledResponse
Source§fn cmp(&self, other: &DomainIsEnabledResponse) -> Ordering
fn cmp(&self, other: &DomainIsEnabledResponse) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DomainIsEnabledResponse
impl PartialEq for DomainIsEnabledResponse
Source§fn eq(&self, other: &DomainIsEnabledResponse) -> bool
fn eq(&self, other: &DomainIsEnabledResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for DomainIsEnabledResponse
impl PartialOrd for DomainIsEnabledResponse
impl Copy for DomainIsEnabledResponse
impl Eq for DomainIsEnabledResponse
impl StructuralPartialEq for DomainIsEnabledResponse
Auto Trait Implementations§
impl Freeze for DomainIsEnabledResponse
impl RefUnwindSafe for DomainIsEnabledResponse
impl Send for DomainIsEnabledResponse
impl Sync for DomainIsEnabledResponse
impl Unpin for DomainIsEnabledResponse
impl UnsafeUnpin for DomainIsEnabledResponse
impl UnwindSafe for DomainIsEnabledResponse
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T, W> FromWireOption<Box<'_, W>> for Twhere
T: FromWire<W>,
impl<T, W> FromWireOption<Box<'_, W>> for Twhere
T: FromWire<W>,
§fn from_wire_option(wire: Box<'_, W>) -> Option<T>
fn from_wire_option(wire: Box<'_, W>) -> Option<T>
Converts the given owned value to an option of this type.
§impl<T, W> FromWireOptionRef<Box<'_, W>> for Twhere
T: FromWireRef<W>,
impl<T, W> FromWireOptionRef<Box<'_, W>> for Twhere
T: FromWireRef<W>,
§fn from_wire_option_ref(wire: &Box<'_, W>) -> Option<T>
fn from_wire_option_ref(wire: &Box<'_, W>) -> Option<T>
Converts the given reference to an option of this type.
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]