pub struct DeployReservationDeviceIds { /* private fields */ }Expand description
Ordered raw resource-reservation device allocation IDs.
Implementations§
Source§impl DeployReservationDeviceIds
impl DeployReservationDeviceIds
Sourcepub const fn span(&self) -> SourceSpan
pub const fn span(&self) -> SourceSpan
Returns the complete device-IDs sequence span.
Sourcepub fn items(&self) -> &[DeployReservationDeviceId]
pub fn items(&self) -> &[DeployReservationDeviceId]
Returns IDs in authored order, including duplicates and unmodeled entries.
Trait Implementations§
Source§impl Clone for DeployReservationDeviceIds
impl Clone for DeployReservationDeviceIds
Source§fn clone(&self) -> DeployReservationDeviceIds
fn clone(&self) -> DeployReservationDeviceIds
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 DeployReservationDeviceIds
impl Debug for DeployReservationDeviceIds
impl Eq for DeployReservationDeviceIds
impl StructuralPartialEq for DeployReservationDeviceIds
Auto Trait Implementations§
impl Freeze for DeployReservationDeviceIds
impl RefUnwindSafe for DeployReservationDeviceIds
impl Send for DeployReservationDeviceIds
impl Sync for DeployReservationDeviceIds
impl Unpin for DeployReservationDeviceIds
impl UnsafeUnpin for DeployReservationDeviceIds
impl UnwindSafe for DeployReservationDeviceIds
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