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