pub struct StatusRequestReceiverMarketRole {
pub role_type: StatusRequestReceiverRole,
}Expand description
Market role element within receiver_MarketParticipant.
Fields§
§role_type: StatusRequestReceiverRoleRole code.
Trait Implementations§
Source§impl Clone for StatusRequestReceiverMarketRole
impl Clone for StatusRequestReceiverMarketRole
Source§fn clone(&self) -> StatusRequestReceiverMarketRole
fn clone(&self) -> StatusRequestReceiverMarketRole
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<'de> Deserialize<'de> for StatusRequestReceiverMarketRole
impl<'de> Deserialize<'de> for StatusRequestReceiverMarketRole
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 StatusRequestReceiverMarketRole
impl PartialEq for StatusRequestReceiverMarketRole
Source§fn eq(&self, other: &StatusRequestReceiverMarketRole) -> bool
fn eq(&self, other: &StatusRequestReceiverMarketRole) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StatusRequestReceiverMarketRole
Auto Trait Implementations§
impl Freeze for StatusRequestReceiverMarketRole
impl RefUnwindSafe for StatusRequestReceiverMarketRole
impl Send for StatusRequestReceiverMarketRole
impl Sync for StatusRequestReceiverMarketRole
impl Unpin for StatusRequestReceiverMarketRole
impl UnsafeUnpin for StatusRequestReceiverMarketRole
impl UnwindSafe for StatusRequestReceiverMarketRole
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