Struct paypal_rust::client::endpoint::EmptyResponseBody
source · [−]pub struct EmptyResponseBody {}
Trait Implementations
sourceimpl Clone for EmptyResponseBody
impl Clone for EmptyResponseBody
sourcefn clone(&self) -> EmptyResponseBody
fn clone(&self) -> EmptyResponseBody
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for EmptyResponseBody
impl Debug for EmptyResponseBody
sourceimpl Default for EmptyResponseBody
impl Default for EmptyResponseBody
sourcefn default() -> EmptyResponseBody
fn default() -> EmptyResponseBody
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for EmptyResponseBody
impl<'de> Deserialize<'de> for EmptyResponseBody
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for EmptyResponseBody
Auto Trait Implementations
impl RefUnwindSafe for EmptyResponseBody
impl Send for EmptyResponseBody
impl Sync for EmptyResponseBody
impl Unpin for EmptyResponseBody
impl UnwindSafe for EmptyResponseBody
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more