pub struct DeleteReceipt {
pub record_id: String,
pub tombstoned: bool,
pub hard_deleted: bool,
}Fields§
§record_id: String§tombstoned: bool§hard_deleted: boolTrait Implementations§
Source§impl Clone for DeleteReceipt
impl Clone for DeleteReceipt
Source§fn clone(&self) -> DeleteReceipt
fn clone(&self) -> DeleteReceipt
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 moreSource§impl Debug for DeleteReceipt
impl Debug for DeleteReceipt
Source§impl<'de> Deserialize<'de> for DeleteReceipt
impl<'de> Deserialize<'de> for DeleteReceipt
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 PartialEq for DeleteReceipt
impl PartialEq for DeleteReceipt
Source§fn eq(&self, other: &DeleteReceipt) -> bool
fn eq(&self, other: &DeleteReceipt) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DeleteReceipt
impl Serialize for DeleteReceipt
impl Eq for DeleteReceipt
impl StructuralPartialEq for DeleteReceipt
Auto Trait Implementations§
impl Freeze for DeleteReceipt
impl RefUnwindSafe for DeleteReceipt
impl Send for DeleteReceipt
impl Sync for DeleteReceipt
impl Unpin for DeleteReceipt
impl UnsafeUnpin for DeleteReceipt
impl UnwindSafe for DeleteReceipt
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