pub struct IntersectionVerified;Expand description
Verification marker for intersection theory contracts
Trait Implementations§
Source§impl Clone for IntersectionVerified
impl Clone for IntersectionVerified
Source§fn clone(&self) -> IntersectionVerified
fn clone(&self) -> IntersectionVerified
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IntersectionVerified
impl Debug for IntersectionVerified
impl Copy for IntersectionVerified
Auto Trait Implementations§
impl Freeze for IntersectionVerified
impl RefUnwindSafe for IntersectionVerified
impl Send for IntersectionVerified
impl Sync for IntersectionVerified
impl Unpin for IntersectionVerified
impl UnwindSafe for IntersectionVerified
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