pub struct WrapBethResponse {
pub success: Option<bool>,
pub wbeth_amount: Option<String>,
pub exchange_rate: Option<String>,
}Fields§
§success: Option<bool>§wbeth_amount: Option<String>§exchange_rate: Option<String>Implementations§
Source§impl WrapBethResponse
impl WrapBethResponse
pub fn new() -> WrapBethResponse
Trait Implementations§
Source§impl Clone for WrapBethResponse
impl Clone for WrapBethResponse
Source§fn clone(&self) -> WrapBethResponse
fn clone(&self) -> WrapBethResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WrapBethResponse
impl Debug for WrapBethResponse
Source§impl Default for WrapBethResponse
impl Default for WrapBethResponse
Source§fn default() -> WrapBethResponse
fn default() -> WrapBethResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WrapBethResponse
impl<'de> Deserialize<'de> for WrapBethResponse
Source§fn 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
Source§impl PartialEq for WrapBethResponse
impl PartialEq for WrapBethResponse
Source§fn eq(&self, other: &WrapBethResponse) -> bool
fn eq(&self, other: &WrapBethResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for WrapBethResponse
impl Serialize for WrapBethResponse
impl StructuralPartialEq for WrapBethResponse
Auto Trait Implementations§
impl Freeze for WrapBethResponse
impl RefUnwindSafe for WrapBethResponse
impl Send for WrapBethResponse
impl Sync for WrapBethResponse
impl Unpin for WrapBethResponse
impl UnsafeUnpin for WrapBethResponse
impl UnwindSafe for WrapBethResponse
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