pub struct Distinct {
pub term1: Term,
pub term2: Term,
}
Expand description
A distinct literal
Fields§
§term1: Term
§term2: Term
Implementations§
Trait Implementations§
Source§impl Ord for Distinct
impl Ord for Distinct
Source§impl PartialOrd for Distinct
impl PartialOrd for Distinct
impl Eq for Distinct
impl StructuralPartialEq for Distinct
Auto Trait Implementations§
impl Freeze for Distinct
impl RefUnwindSafe for Distinct
impl Send for Distinct
impl Sync for Distinct
impl Unpin for Distinct
impl UnwindSafe for Distinct
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)