pub enum DeliveryForm {
Trials,
Benches,
}Expand description
The coupled gate-seat form.
Variants§
Implementations§
Source§impl DeliveryForm
impl DeliveryForm
Trait Implementations§
Source§impl Clone for DeliveryForm
impl Clone for DeliveryForm
Source§fn clone(&self) -> DeliveryForm
fn clone(&self) -> DeliveryForm
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 Copy for DeliveryForm
Source§impl Debug for DeliveryForm
impl Debug for DeliveryForm
impl Eq for DeliveryForm
Source§impl Hash for DeliveryForm
impl Hash for DeliveryForm
Source§impl PartialEq for DeliveryForm
impl PartialEq for DeliveryForm
impl StructuralPartialEq for DeliveryForm
Auto Trait Implementations§
impl Freeze for DeliveryForm
impl RefUnwindSafe for DeliveryForm
impl Send for DeliveryForm
impl Sync for DeliveryForm
impl Unpin for DeliveryForm
impl UnsafeUnpin for DeliveryForm
impl UnwindSafe for DeliveryForm
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