pub enum DeleteInsertQuad {
Delete(Quad),
Insert(Quad),
}Expand description
A Quad to delete or insert.
Variants§
Trait Implementations§
Source§impl Clone for DeleteInsertQuad
impl Clone for DeleteInsertQuad
Source§fn clone(&self) -> DeleteInsertQuad
fn clone(&self) -> DeleteInsertQuad
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 DeleteInsertQuad
impl Debug for DeleteInsertQuad
Source§impl Hash for DeleteInsertQuad
impl Hash for DeleteInsertQuad
Source§impl PartialEq for DeleteInsertQuad
impl PartialEq for DeleteInsertQuad
impl Eq for DeleteInsertQuad
impl StructuralPartialEq for DeleteInsertQuad
Auto Trait Implementations§
impl Freeze for DeleteInsertQuad
impl RefUnwindSafe for DeleteInsertQuad
impl Send for DeleteInsertQuad
impl Sync for DeleteInsertQuad
impl Unpin for DeleteInsertQuad
impl UnwindSafe for DeleteInsertQuad
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