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