pub struct ReservationLabel(/* private fields */);Expand description
Reservation label carried by the local smoke-test workflow; it exercises the local shell with deterministic fixtures and no external side effects.
Trait Implementations§
Source§impl AsRef<str> for ReservationLabel
impl AsRef<str> for ReservationLabel
Source§impl Clone for ReservationLabel
impl Clone for ReservationLabel
Source§fn clone(&self) -> ReservationLabel
fn clone(&self) -> ReservationLabel
Returns a duplicate of the value. Read more
1.0.0 · 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 ReservationLabel
impl Debug for ReservationLabel
Source§impl PartialEq for ReservationLabel
impl PartialEq for ReservationLabel
impl Eq for ReservationLabel
impl StructuralPartialEq for ReservationLabel
Auto Trait Implementations§
impl Freeze for ReservationLabel
impl RefUnwindSafe for ReservationLabel
impl Send for ReservationLabel
impl Sync for ReservationLabel
impl Unpin for ReservationLabel
impl UnsafeUnpin for ReservationLabel
impl UnwindSafe for ReservationLabel
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