pub struct CreateLocalentityWithdrawApplyV1Resp {
pub accpted: Option<bool>,
pub info: Option<String>,
pub tr_id: Option<i64>,
}Fields§
§accpted: Option<bool>§info: Option<String>§tr_id: Option<i64>Implementations§
Trait Implementations§
Source§impl Clone for CreateLocalentityWithdrawApplyV1Resp
impl Clone for CreateLocalentityWithdrawApplyV1Resp
Source§fn clone(&self) -> CreateLocalentityWithdrawApplyV1Resp
fn clone(&self) -> CreateLocalentityWithdrawApplyV1Resp
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 Default for CreateLocalentityWithdrawApplyV1Resp
impl Default for CreateLocalentityWithdrawApplyV1Resp
Source§fn default() -> CreateLocalentityWithdrawApplyV1Resp
fn default() -> CreateLocalentityWithdrawApplyV1Resp
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateLocalentityWithdrawApplyV1Resp
impl<'de> Deserialize<'de> for CreateLocalentityWithdrawApplyV1Resp
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 CreateLocalentityWithdrawApplyV1Resp
impl PartialEq for CreateLocalentityWithdrawApplyV1Resp
Source§fn eq(&self, other: &CreateLocalentityWithdrawApplyV1Resp) -> bool
fn eq(&self, other: &CreateLocalentityWithdrawApplyV1Resp) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreateLocalentityWithdrawApplyV1Resp
Auto Trait Implementations§
impl Freeze for CreateLocalentityWithdrawApplyV1Resp
impl RefUnwindSafe for CreateLocalentityWithdrawApplyV1Resp
impl Send for CreateLocalentityWithdrawApplyV1Resp
impl Sync for CreateLocalentityWithdrawApplyV1Resp
impl Unpin for CreateLocalentityWithdrawApplyV1Resp
impl UnsafeUnpin for CreateLocalentityWithdrawApplyV1Resp
impl UnwindSafe for CreateLocalentityWithdrawApplyV1Resp
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