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