pub enum RelationHazard {
ExplicitUndefinedForOptional,
FewerCallbackParameters,
ValueReturnedToVoid,
NumericEnumNumber,
}Expand description
A type-system concession retained for the semantic lint pass.
Variants§
Trait Implementations§
Source§impl Clone for RelationHazard
impl Clone for RelationHazard
Source§fn clone(&self) -> RelationHazard
fn clone(&self) -> RelationHazard
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 RelationHazard
Source§impl Debug for RelationHazard
impl Debug for RelationHazard
impl Eq for RelationHazard
Source§impl Hash for RelationHazard
impl Hash for RelationHazard
Source§impl PartialEq for RelationHazard
impl PartialEq for RelationHazard
impl StructuralPartialEq for RelationHazard
Auto Trait Implementations§
impl Freeze for RelationHazard
impl RefUnwindSafe for RelationHazard
impl Send for RelationHazard
impl Sync for RelationHazard
impl Unpin for RelationHazard
impl UnsafeUnpin for RelationHazard
impl UnwindSafe for RelationHazard
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