pub struct Negation {
pub refinement: RefinementId,
}Fields§
§refinement: RefinementIdTrait Implementations§
Source§impl RefinementMember for Negation
impl RefinementMember for Negation
fn get_if(v: &Refinement) -> Option<&Self>
fn get_if_mut(v: &mut Refinement) -> Option<&mut Self>
Auto Trait Implementations§
impl !Send for Negation
impl !Sync for Negation
impl Freeze for Negation
impl RefUnwindSafe for Negation
impl Unpin for Negation
impl UnsafeUnpin for Negation
impl UnwindSafe for Negation
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