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