pub struct MarketPracticeVersion1 {
pub nm: String,
pub dt: Option<String>,
pub nb: Option<String>,
}Fields§
§nm: String§dt: Option<String>§nb: Option<String>Implementations§
Source§impl MarketPracticeVersion1
impl MarketPracticeVersion1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for MarketPracticeVersion1
impl RefUnwindSafe for MarketPracticeVersion1
impl Send for MarketPracticeVersion1
impl Sync for MarketPracticeVersion1
impl Unpin for MarketPracticeVersion1
impl UnwindSafe for MarketPracticeVersion1
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