pub struct CustomizedPayjpRequest { /* private fields */ }
Expand description
The request specification used by a compatible client to make a request.
Implementations§
Source§impl CustomizedPayjpRequest
impl CustomizedPayjpRequest
Sourcepub fn into_pieces(self) -> (RequestBuilder, ConfigOverride)
pub fn into_pieces(self) -> (RequestBuilder, ConfigOverride)
Split the request specification into the request itself and any configuration override.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CustomizedPayjpRequest
impl RefUnwindSafe for CustomizedPayjpRequest
impl Send for CustomizedPayjpRequest
impl Sync for CustomizedPayjpRequest
impl Unpin for CustomizedPayjpRequest
impl UnwindSafe for CustomizedPayjpRequest
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