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