pub struct MandateKlarna {}
Trait Implementations§
Source§impl Clone for MandateKlarna
impl Clone for MandateKlarna
Source§fn clone(&self) -> MandateKlarna
fn clone(&self) -> MandateKlarna
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 MandateKlarna
impl Debug for MandateKlarna
Source§impl Deserialize for MandateKlarna
impl Deserialize for MandateKlarna
Source§impl FromValueOpt for MandateKlarna
impl FromValueOpt for MandateKlarna
fn from_value(v: Value) -> Option<Self>
Source§impl ObjectDeser for MandateKlarna
impl ObjectDeser for MandateKlarna
impl Copy for MandateKlarna
Auto Trait Implementations§
impl Freeze for MandateKlarna
impl RefUnwindSafe for MandateKlarna
impl Send for MandateKlarna
impl Sync for MandateKlarna
impl Unpin for MandateKlarna
impl UnwindSafe for MandateKlarna
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