pub enum SettlLocation {
Cedel,
DepositoryTrustCompany,
EuroClear,
FederalBookEntry,
LocalMarketSettleLocation,
Physical,
ParticipantTrustCompany,
}Variants§
Cedel
DepositoryTrustCompany
EuroClear
FederalBookEntry
LocalMarketSettleLocation
Physical
ParticipantTrustCompany
Implementations§
Source§impl SettlLocation
impl SettlLocation
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for SettlLocation
impl Clone for SettlLocation
Source§fn clone(&self) -> SettlLocation
fn clone(&self) -> SettlLocation
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SettlLocation
impl Debug for SettlLocation
Source§impl FromStr for SettlLocation
impl FromStr for SettlLocation
Source§impl Hash for SettlLocation
impl Hash for SettlLocation
Source§impl IntoFixValue for SettlLocation
impl IntoFixValue for SettlLocation
Source§impl PartialEq for SettlLocation
impl PartialEq for SettlLocation
impl Copy for SettlLocation
impl Eq for SettlLocation
impl StructuralPartialEq for SettlLocation
Auto Trait Implementations§
impl Freeze for SettlLocation
impl RefUnwindSafe for SettlLocation
impl Send for SettlLocation
impl Sync for SettlLocation
impl Unpin for SettlLocation
impl UnwindSafe for SettlLocation
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