pub struct SubaccountData {
pub subaccount: SubaccountsResponseData,
pub share: u32,
}
Expand description
Represents the data of th Subaccounts
Fields§
§subaccount: SubaccountsResponseData
Sub account data
Share of split assigned to this sub
Trait Implementations§
Source§impl Debug for SubaccountData
impl Debug for SubaccountData
Source§impl Default for SubaccountData
impl Default for SubaccountData
Source§fn default() -> SubaccountData
fn default() -> SubaccountData
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SubaccountData
impl<'de> Deserialize<'de> for SubaccountData
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
Auto Trait Implementations§
impl Freeze for SubaccountData
impl RefUnwindSafe for SubaccountData
impl Send for SubaccountData
impl Sync for SubaccountData
impl Unpin for SubaccountData
impl UnwindSafe for SubaccountData
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