pub enum TradingCapacity7Code {
CodeAGEN,
CodePRIN,
}Variants§
Implementations§
Source§impl TradingCapacity7Code
impl TradingCapacity7Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TradingCapacity7Code
impl RefUnwindSafe for TradingCapacity7Code
impl Send for TradingCapacity7Code
impl Sync for TradingCapacity7Code
impl Unpin for TradingCapacity7Code
impl UnwindSafe for TradingCapacity7Code
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