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