pub struct MainFundOrderDeskLocation1 {
pub ctry: String,
pub tm_zone_off_set: UTCOffset1,
}Fields§
§ctry: String§tm_zone_off_set: UTCOffset1Implementations§
Source§impl MainFundOrderDeskLocation1
impl MainFundOrderDeskLocation1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for MainFundOrderDeskLocation1
impl RefUnwindSafe for MainFundOrderDeskLocation1
impl Send for MainFundOrderDeskLocation1
impl Sync for MainFundOrderDeskLocation1
impl Unpin for MainFundOrderDeskLocation1
impl UnwindSafe for MainFundOrderDeskLocation1
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