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