pub struct HeapTriple { /* private fields */ }
Expand description
A heap-allocated triple statement.
Trait Implementations§
Source§impl Clone for HeapTriple
impl Clone for HeapTriple
Source§fn clone(&self) -> HeapTriple
fn clone(&self) -> HeapTriple
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 HeapTriple
impl Debug for HeapTriple
Source§impl<'de> Deserialize<'de> for HeapTriple
impl<'de> Deserialize<'de> for HeapTriple
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for HeapTriple
impl Hash for HeapTriple
Source§impl Ord for HeapTriple
impl Ord for HeapTriple
Source§fn cmp(&self, other: &HeapTriple) -> Ordering
fn cmp(&self, other: &HeapTriple) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for HeapTriple
impl PartialEq for HeapTriple
Source§impl PartialOrd for HeapTriple
impl PartialOrd for HeapTriple
Source§impl Serialize for HeapTriple
impl Serialize for HeapTriple
Source§impl Statement for HeapTriple
impl Statement for HeapTriple
impl Eq for HeapTriple
impl StructuralPartialEq for HeapTriple
Auto Trait Implementations§
impl Freeze for HeapTriple
impl RefUnwindSafe for HeapTriple
impl Send for HeapTriple
impl Sync for HeapTriple
impl Unpin for HeapTriple
impl UnwindSafe for HeapTriple
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