pub struct ProjectDeployReservationDeviceOption { /* private fields */ }Expand description
One effective device-options mapping entry with nested provenance.
Implementations§
Source§impl ProjectDeployReservationDeviceOption
impl ProjectDeployReservationDeviceOption
Sourcepub const fn name(&self) -> &ProjectKey
pub const fn name(&self) -> &ProjectKey
Returns the strict non-empty option key and its provenance.
Sourcepub const fn value(&self) -> &ProjectValue<ComposeScalar>
pub const fn value(&self) -> &ProjectValue<ComposeScalar>
Returns the scalar option value and its provenance.
Trait Implementations§
Source§impl Clone for ProjectDeployReservationDeviceOption
impl Clone for ProjectDeployReservationDeviceOption
Source§fn clone(&self) -> ProjectDeployReservationDeviceOption
fn clone(&self) -> ProjectDeployReservationDeviceOption
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 ProjectDeployReservationDeviceOption
impl StructuralPartialEq for ProjectDeployReservationDeviceOption
Auto Trait Implementations§
impl Freeze for ProjectDeployReservationDeviceOption
impl RefUnwindSafe for ProjectDeployReservationDeviceOption
impl Send for ProjectDeployReservationDeviceOption
impl Sync for ProjectDeployReservationDeviceOption
impl Unpin for ProjectDeployReservationDeviceOption
impl UnsafeUnpin for ProjectDeployReservationDeviceOption
impl UnwindSafe for ProjectDeployReservationDeviceOption
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