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