pub struct MarketId(/* private fields */);Expand description
Идентификатор рынка MOEX.
Implementations§
Trait Implementations§
impl Copy for MarketId
impl Eq for MarketId
Source§impl Ord for MarketId
impl Ord for MarketId
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for MarketId
impl PartialOrd for MarketId
impl StructuralPartialEq for MarketId
Auto Trait Implementations§
impl Freeze for MarketId
impl RefUnwindSafe for MarketId
impl Send for MarketId
impl Sync for MarketId
impl Unpin for MarketId
impl UnsafeUnpin for MarketId
impl UnwindSafe for MarketId
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