pub enum SpecType {
Gate,
DynamicConfig,
Experiment,
Layer,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpecType
impl RefUnwindSafe for SpecType
impl Send for SpecType
impl Sync for SpecType
impl Unpin for SpecType
impl UnwindSafe for SpecType
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