pub enum PythonSurfaceState {
Present,
Absent,
}Expand description
Whether one public Python surface is implemented by the checked profile.
Variants§
Present
The checked matrix exercises this member and the profile exposes it.
Absent
The profile deliberately has no implementation for this member.
Trait Implementations§
Source§impl Clone for PythonSurfaceState
impl Clone for PythonSurfaceState
Source§fn clone(&self) -> PythonSurfaceState
fn clone(&self) -> PythonSurfaceState
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 PythonSurfaceState
Source§impl Debug for PythonSurfaceState
impl Debug for PythonSurfaceState
impl Eq for PythonSurfaceState
Source§impl PartialEq for PythonSurfaceState
impl PartialEq for PythonSurfaceState
impl StructuralPartialEq for PythonSurfaceState
Auto Trait Implementations§
impl Freeze for PythonSurfaceState
impl RefUnwindSafe for PythonSurfaceState
impl Send for PythonSurfaceState
impl Sync for PythonSurfaceState
impl Unpin for PythonSurfaceState
impl UnsafeUnpin for PythonSurfaceState
impl UnwindSafe for PythonSurfaceState
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.