pub struct allowpaymentrequest;
Trait Implementations§
Source§impl Clone for allowpaymentrequest
impl Clone for allowpaymentrequest
Source§fn clone(&self) -> allowpaymentrequest
fn clone(&self) -> allowpaymentrequest
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 Display for allowpaymentrequest
impl Display for allowpaymentrequest
impl Attribute for allowpaymentrequest
Auto Trait Implementations§
impl Freeze for allowpaymentrequest
impl RefUnwindSafe for allowpaymentrequest
impl Send for allowpaymentrequest
impl Sync for allowpaymentrequest
impl Unpin for allowpaymentrequest
impl UnwindSafe for allowpaymentrequest
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