pub struct AppendReceipt {
pub id: String,
pub timestamp: i64,
pub ingested_at: i64,
pub content_hash: String,
}Fields§
§id: String§timestamp: i64§ingested_at: i64§content_hash: StringTrait Implementations§
Source§impl Clone for AppendReceipt
impl Clone for AppendReceipt
Source§fn clone(&self) -> AppendReceipt
fn clone(&self) -> AppendReceipt
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 moreAuto Trait Implementations§
impl Freeze for AppendReceipt
impl RefUnwindSafe for AppendReceipt
impl Send for AppendReceipt
impl Sync for AppendReceipt
impl Unpin for AppendReceipt
impl UnsafeUnpin for AppendReceipt
impl UnwindSafe for AppendReceipt
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