pub struct SandboxAccount {
pub broker_account_type: BrokerAccountType,
pub broker_account_id: String,
}Fields§
§broker_account_type: BrokerAccountType§broker_account_id: StringImplementations§
Source§impl SandboxAccount
impl SandboxAccount
pub fn new( broker_account_type: BrokerAccountType, broker_account_id: String, ) -> SandboxAccount
Trait Implementations§
Source§impl Clone for SandboxAccount
impl Clone for SandboxAccount
Source§fn clone(&self) -> SandboxAccount
fn clone(&self) -> SandboxAccount
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 SandboxAccount
impl Debug for SandboxAccount
Source§impl<'de> Deserialize<'de> for SandboxAccount
impl<'de> Deserialize<'de> for SandboxAccount
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 SandboxAccount
impl PartialEq for SandboxAccount
Source§impl Serialize for SandboxAccount
impl Serialize for SandboxAccount
impl StructuralPartialEq for SandboxAccount
Auto Trait Implementations§
impl Freeze for SandboxAccount
impl RefUnwindSafe for SandboxAccount
impl Send for SandboxAccount
impl Sync for SandboxAccount
impl Unpin for SandboxAccount
impl UnwindSafe for SandboxAccount
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