pub struct AllocationGroups {
pub data: Option<Vec<AllocationGroupsDatum>>,
}Fields§
§data: Option<Vec<AllocationGroupsDatum>>array, which contains all allocation groups under the advisor account
Trait Implementations§
Source§impl Clone for AllocationGroups
impl Clone for AllocationGroups
Source§fn clone(&self) -> AllocationGroups
fn clone(&self) -> AllocationGroups
Returns a duplicate of the value. Read more
1.0.0 · 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 AllocationGroups
impl Debug for AllocationGroups
Source§impl Default for AllocationGroups
impl Default for AllocationGroups
Source§impl<'de> Deserialize<'de> for AllocationGroups
impl<'de> Deserialize<'de> for AllocationGroups
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 AllocationGroups
impl PartialEq for AllocationGroups
impl StructuralPartialEq for AllocationGroups
Auto Trait Implementations§
impl Freeze for AllocationGroups
impl RefUnwindSafe for AllocationGroups
impl Send for AllocationGroups
impl Sync for AllocationGroups
impl Unpin for AllocationGroups
impl UnsafeUnpin for AllocationGroups
impl UnwindSafe for AllocationGroups
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