pub struct CmaVoucher {
pub destination: String,
pub value: String,
pub payload: String,
}Fields§
§destination: String§value: String§payload: StringTrait Implementations§
Source§impl Clone for CmaVoucher
impl Clone for CmaVoucher
Source§fn clone(&self) -> CmaVoucher
fn clone(&self) -> CmaVoucher
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 CmaVoucher
impl Debug for CmaVoucher
Source§impl PartialEq for CmaVoucher
impl PartialEq for CmaVoucher
impl Eq for CmaVoucher
impl StructuralPartialEq for CmaVoucher
Auto Trait Implementations§
impl Freeze for CmaVoucher
impl RefUnwindSafe for CmaVoucher
impl Send for CmaVoucher
impl Sync for CmaVoucher
impl Unpin for CmaVoucher
impl UnwindSafe for CmaVoucher
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