pub struct DeleteCapacity {
pub returning: usize,
}Expand description
Reserved capacities for the Vecs maintained by a DeleteBuilder.
Fields§
§returning: usizeExpected number of RETURNING columns.
Trait Implementations§
Source§impl Clone for DeleteCapacity
impl Clone for DeleteCapacity
Source§fn clone(&self) -> DeleteCapacity
fn clone(&self) -> DeleteCapacity
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 DeleteCapacity
Source§impl Debug for DeleteCapacity
impl Debug for DeleteCapacity
Source§impl Default for DeleteCapacity
impl Default for DeleteCapacity
Source§fn default() -> DeleteCapacity
fn default() -> DeleteCapacity
Returns the “default value” for a type. Read more
impl Eq for DeleteCapacity
Source§impl PartialEq for DeleteCapacity
impl PartialEq for DeleteCapacity
Source§fn eq(&self, other: &DeleteCapacity) -> bool
fn eq(&self, other: &DeleteCapacity) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteCapacity
Auto Trait Implementations§
impl Freeze for DeleteCapacity
impl RefUnwindSafe for DeleteCapacity
impl Send for DeleteCapacity
impl Sync for DeleteCapacity
impl Unpin for DeleteCapacity
impl UnsafeUnpin for DeleteCapacity
impl UnwindSafe for DeleteCapacity
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