pub struct DeployReservationDevices { /* private fields */ }Expand description
Ordered schema-backed deploy resource-reservation devices.
Implementations§
Source§impl DeployReservationDevices
impl DeployReservationDevices
Sourcepub const fn span(&self) -> SourceSpan
pub const fn span(&self) -> SourceSpan
Returns the complete devices sequence span.
Sourcepub fn items(&self) -> &[DeployReservationDevice]
pub fn items(&self) -> &[DeployReservationDevice]
Returns items in authored order, including duplicate and partially recovered entries.
Trait Implementations§
Source§impl Clone for DeployReservationDevices
impl Clone for DeployReservationDevices
Source§fn clone(&self) -> DeployReservationDevices
fn clone(&self) -> DeployReservationDevices
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 DeployReservationDevices
impl Debug for DeployReservationDevices
impl Eq for DeployReservationDevices
Source§impl PartialEq for DeployReservationDevices
impl PartialEq for DeployReservationDevices
impl StructuralPartialEq for DeployReservationDevices
Auto Trait Implementations§
impl Freeze for DeployReservationDevices
impl RefUnwindSafe for DeployReservationDevices
impl Send for DeployReservationDevices
impl Sync for DeployReservationDevices
impl Unpin for DeployReservationDevices
impl UnsafeUnpin for DeployReservationDevices
impl UnwindSafe for DeployReservationDevices
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