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