pub struct UseConfiguration<'de> { /* private fields */ }
Expand description
The wire type corresponding to UseConfiguration
.
Implementations§
Source§impl<'de> UseConfiguration<'de>
impl<'de> UseConfiguration<'de>
pub fn source(&self) -> Option<&Ref<'de>>
pub fn source_name(&self) -> Option<&WireString<'de>>
pub fn target_name(&self) -> Option<&WireString<'de>>
pub fn availability(&self) -> Option<&Availability>
pub fn type_(&self) -> Option<&ConfigType<'de>>
pub fn default(&self) -> Option<&ConfigValue<'de>>
pub fn source_dictionary(&self) -> Option<&WireString<'de>>
Trait Implementations§
Source§impl<'de> Debug for UseConfiguration<'de>
impl<'de> Debug for UseConfiguration<'de>
Source§impl<___D> Decode<___D> for UseConfiguration<'static>where
___D: Decoder + ?Sized,
impl<___D> Decode<___D> for UseConfiguration<'static>where
___D: Decoder + ?Sized,
Source§impl<'de> Drop for UseConfiguration<'de>
impl<'de> Drop for UseConfiguration<'de>
Source§impl<'de> FromWire<UseConfiguration<'de>> for UseConfiguration
impl<'de> FromWire<UseConfiguration<'de>> for UseConfiguration
Source§fn from_wire(wire_: UseConfiguration<'de>) -> Self
fn from_wire(wire_: UseConfiguration<'de>) -> Self
Converts the given
wire
to this type.§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl<'de> FromWireRef<UseConfiguration<'de>> for UseConfiguration
impl<'de> FromWireRef<UseConfiguration<'de>> for UseConfiguration
Source§fn from_wire_ref(wire: &UseConfiguration<'de>) -> Self
fn from_wire_ref(wire: &UseConfiguration<'de>) -> Self
Converts the given
wire
reference to this type.Source§impl<'de> IntoNatural for UseConfiguration<'de>
impl<'de> IntoNatural for UseConfiguration<'de>
Source§type Natural = UseConfiguration
type Natural = UseConfiguration
A good default type for this wire type to convert into.
§fn into_natural(self) -> Self::Natural
fn into_natural(self) -> Self::Natural
Converts this type into its natural equivalent.
Source§impl Wire for UseConfiguration<'static>
impl Wire for UseConfiguration<'static>
Source§type Decoded<'de> = UseConfiguration<'de>
type Decoded<'de> = UseConfiguration<'de>
The decoded wire type, restricted to the
'de
lifetime.Source§fn zero_padding(out: &mut MaybeUninit<Self>)
fn zero_padding(out: &mut MaybeUninit<Self>)
Writes zeroes to the padding for this type, if any.
impl Unconstrained for UseConfiguration<'_>
Auto Trait Implementations§
impl<'de> Freeze for UseConfiguration<'de>
impl<'de> RefUnwindSafe for UseConfiguration<'de>
impl<'de> Send for UseConfiguration<'de>
impl<'de> Sync for UseConfiguration<'de>
impl<'de> Unpin for UseConfiguration<'de>
impl<'de> !UnwindSafe for UseConfiguration<'de>
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
§impl<T> Constrained for Twhere
T: Unconstrained,
impl<T> Constrained for Twhere
T: Unconstrained,
Source§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
Source§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
§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
]