pub struct BiddingZoneDomain {
pub m_rid: BiddingZoneMrid,
}Expand description
biddingZone_Domain element.
Fields§
§m_rid: BiddingZoneMridEIC code of the control zone.
Trait Implementations§
Source§impl Clone for BiddingZoneDomain
impl Clone for BiddingZoneDomain
Source§fn clone(&self) -> BiddingZoneDomain
fn clone(&self) -> BiddingZoneDomain
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 Debug for BiddingZoneDomain
impl Debug for BiddingZoneDomain
Source§impl<'de> Deserialize<'de> for BiddingZoneDomain
impl<'de> Deserialize<'de> for BiddingZoneDomain
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 BiddingZoneDomain
impl PartialEq for BiddingZoneDomain
Source§fn eq(&self, other: &BiddingZoneDomain) -> bool
fn eq(&self, other: &BiddingZoneDomain) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for BiddingZoneDomain
impl Serialize for BiddingZoneDomain
impl StructuralPartialEq for BiddingZoneDomain
Auto Trait Implementations§
impl Freeze for BiddingZoneDomain
impl RefUnwindSafe for BiddingZoneDomain
impl Send for BiddingZoneDomain
impl Sync for BiddingZoneDomain
impl Unpin for BiddingZoneDomain
impl UnsafeUnpin for BiddingZoneDomain
impl UnwindSafe for BiddingZoneDomain
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