pub struct DeployReservationDeviceOptionItem { /* private fields */ }Expand description
One device-options list item retained without splitting or coercion.
Implementations§
Source§impl DeployReservationDeviceOptionItem
impl DeployReservationDeviceOptionItem
Sourcepub const fn span(&self) -> SourceSpan
pub const fn span(&self) -> SourceSpan
Returns the complete item span.
Sourcepub const fn form(&self) -> DeployReservationDeviceOptionItemForm
pub const fn form(&self) -> DeployReservationDeviceOptionItemForm
Returns whether the item was a strict YAML string or retained unmodeled value.
Trait Implementations§
Source§impl Clone for DeployReservationDeviceOptionItem
impl Clone for DeployReservationDeviceOptionItem
Source§fn clone(&self) -> DeployReservationDeviceOptionItem
fn clone(&self) -> DeployReservationDeviceOptionItem
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 DeployReservationDeviceOptionItem
impl StructuralPartialEq for DeployReservationDeviceOptionItem
Auto Trait Implementations§
impl Freeze for DeployReservationDeviceOptionItem
impl RefUnwindSafe for DeployReservationDeviceOptionItem
impl Send for DeployReservationDeviceOptionItem
impl Sync for DeployReservationDeviceOptionItem
impl Unpin for DeployReservationDeviceOptionItem
impl UnsafeUnpin for DeployReservationDeviceOptionItem
impl UnwindSafe for DeployReservationDeviceOptionItem
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