pub struct TpKvAppendPlan { /* private fields */ }Implementations§
Source§impl TpKvAppendPlan
impl TpKvAppendPlan
pub fn target(self) -> usize
pub fn write_row(self) -> usize
pub fn ring_append(self) -> Option<KvRingAppend>
Trait Implementations§
Source§impl Clone for TpKvAppendPlan
impl Clone for TpKvAppendPlan
Source§fn clone(&self) -> TpKvAppendPlan
fn clone(&self) -> TpKvAppendPlan
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TpKvAppendPlan
Source§impl Debug for TpKvAppendPlan
impl Debug for TpKvAppendPlan
impl Eq for TpKvAppendPlan
Source§impl PartialEq for TpKvAppendPlan
impl PartialEq for TpKvAppendPlan
impl StructuralPartialEq for TpKvAppendPlan
Auto Trait Implementations§
impl Freeze for TpKvAppendPlan
impl RefUnwindSafe for TpKvAppendPlan
impl Send for TpKvAppendPlan
impl Sync for TpKvAppendPlan
impl Unpin for TpKvAppendPlan
impl UnsafeUnpin for TpKvAppendPlan
impl UnwindSafe for TpKvAppendPlan
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