pub struct ProjectDeployReservationDeviceId { /* private fields */ }Expand description
One effective resource-reservation device allocation ID with item provenance.
Implementations§
Source§impl ProjectDeployReservationDeviceId
impl ProjectDeployReservationDeviceId
Sourcepub const fn form(&self) -> ProjectDeployReservationDeviceIdForm
pub const fn form(&self) -> ProjectDeployReservationDeviceIdForm
Returns whether the item was a YAML string or retained unmodeled value.
Sourcepub const fn value(&self) -> Option<&ProjectValue<String>>
pub const fn value(&self) -> Option<&ProjectValue<String>>
Returns the exact effective string when the item had string form.
Trait Implementations§
Source§impl Clone for ProjectDeployReservationDeviceId
impl Clone for ProjectDeployReservationDeviceId
Source§fn clone(&self) -> ProjectDeployReservationDeviceId
fn clone(&self) -> ProjectDeployReservationDeviceId
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 ProjectDeployReservationDeviceId
impl StructuralPartialEq for ProjectDeployReservationDeviceId
Auto Trait Implementations§
impl Freeze for ProjectDeployReservationDeviceId
impl RefUnwindSafe for ProjectDeployReservationDeviceId
impl Send for ProjectDeployReservationDeviceId
impl Sync for ProjectDeployReservationDeviceId
impl Unpin for ProjectDeployReservationDeviceId
impl UnsafeUnpin for ProjectDeployReservationDeviceId
impl UnwindSafe for ProjectDeployReservationDeviceId
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