pub struct DeleteSpec {
pub limit: Option<u32>,
}Expand description
DeleteSpec Mode-specific fields for delete intents. Encodes delete limits without leaking into load intents.
Fields§
§limit: Option<u32>Implementations§
Source§impl DeleteSpec
impl DeleteSpec
Trait Implementations§
Source§impl Clone for DeleteSpec
impl Clone for DeleteSpec
Source§fn clone(&self) -> DeleteSpec
fn clone(&self) -> DeleteSpec
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 DeleteSpec
impl Debug for DeleteSpec
Source§impl Default for DeleteSpec
impl Default for DeleteSpec
Source§fn default() -> DeleteSpec
fn default() -> DeleteSpec
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteSpec
impl PartialEq for DeleteSpec
impl Copy for DeleteSpec
impl Eq for DeleteSpec
impl StructuralPartialEq for DeleteSpec
Auto Trait Implementations§
impl Freeze for DeleteSpec
impl RefUnwindSafe for DeleteSpec
impl Send for DeleteSpec
impl Sync for DeleteSpec
impl Unpin for DeleteSpec
impl UnwindSafe for DeleteSpec
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