pub struct AppReceipt {
pub path: String,
pub data: Vec<u8>,
}Fields§
§path: String§data: Vec<u8>Trait Implementations§
Source§impl Clone for AppReceipt
impl Clone for AppReceipt
Source§fn clone(&self) -> AppReceipt
fn clone(&self) -> AppReceipt
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 AppReceipt
impl Debug for AppReceipt
Source§impl PartialEq for AppReceipt
impl PartialEq for AppReceipt
Source§fn eq(&self, other: &AppReceipt) -> bool
fn eq(&self, other: &AppReceipt) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AppReceipt
impl StructuralPartialEq for AppReceipt
Auto Trait Implementations§
impl Freeze for AppReceipt
impl RefUnwindSafe for AppReceipt
impl Send for AppReceipt
impl Sync for AppReceipt
impl Unpin for AppReceipt
impl UnsafeUnpin for AppReceipt
impl UnwindSafe for AppReceipt
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