pub struct DeployReservationDeviceCapability { /* private fields */ }Expand description
One resource-reservation device capability retained without name interpretation.
Implementations§
Source§impl DeployReservationDeviceCapability
impl DeployReservationDeviceCapability
Sourcepub const fn span(&self) -> SourceSpan
pub const fn span(&self) -> SourceSpan
Returns the complete item span.
Sourcepub const fn form(&self) -> DeployReservationDeviceCapabilityForm
pub const fn form(&self) -> DeployReservationDeviceCapabilityForm
Returns whether the item was a YAML string or retained unmodeled value.
Trait Implementations§
Source§impl Clone for DeployReservationDeviceCapability
impl Clone for DeployReservationDeviceCapability
Source§fn clone(&self) -> DeployReservationDeviceCapability
fn clone(&self) -> DeployReservationDeviceCapability
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 moreimpl Eq for DeployReservationDeviceCapability
impl StructuralPartialEq for DeployReservationDeviceCapability
Auto Trait Implementations§
impl Freeze for DeployReservationDeviceCapability
impl RefUnwindSafe for DeployReservationDeviceCapability
impl Send for DeployReservationDeviceCapability
impl Sync for DeployReservationDeviceCapability
impl Unpin for DeployReservationDeviceCapability
impl UnsafeUnpin for DeployReservationDeviceCapability
impl UnwindSafe for DeployReservationDeviceCapability
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