pub enum NativeSkb {
Native,
Skb,
}Variants§
Trait Implementations§
Source§impl Arbitrary for NativeSkb
impl Arbitrary for NativeSkb
Source§type Parameters = ()
type Parameters = ()
The type of parameters that
arbitrary_with accepts for configuration
of the generated Strategy. Parameters must implement Default.Source§type Strategy = TupleUnion<((u32, Arc<fn() -> NativeSkb>), (u32, Arc<fn() -> NativeSkb>))>
type Strategy = TupleUnion<((u32, Arc<fn() -> NativeSkb>), (u32, Arc<fn() -> NativeSkb>))>
The type of
Strategy used to generate values of type Self.Source§fn arbitrary_with(_top: Self::Parameters) -> Self::Strategy
fn arbitrary_with(_top: Self::Parameters) -> Self::Strategy
Source§impl Ord for NativeSkb
impl Ord for NativeSkb
Source§impl PartialOrd for NativeSkb
impl PartialOrd for NativeSkb
impl Eq for NativeSkb
impl StructuralPartialEq for NativeSkb
Auto Trait Implementations§
impl Freeze for NativeSkb
impl RefUnwindSafe for NativeSkb
impl Send for NativeSkb
impl Sync for NativeSkb
impl Unpin for NativeSkb
impl UnsafeUnpin for NativeSkb
impl UnwindSafe for NativeSkb
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