#[repr(i32)]pub enum IssuerAgency {
Show 29 variants
Bc = 1,
Bi = 2,
Bp = 3,
Cs = 4,
Ct = 5,
Db = 6,
Dc = 7,
Ea = 8,
Gs = 9,
Hs = 10,
Jp = 11,
Kc = 12,
Mb = 13,
Mc = 14,
Ml = 15,
Nm = 16,
Rb = 17,
Rs = 18,
Sc = 19,
Sg = 20,
Ub = 21,
Ht = 22,
Vt = 23,
Ms = 24,
Gj = 25,
Xz = 26,
Hu = 27,
Ks = 28,
Ci = 29,
}Expand description
发行商
Variants§
Bc = 1
巴克莱银行
Bi = 2
中银
Bp = 3
法巴
Cs = 4
瑞信
Ct = 5
花旗
Db = 6
德银
Dc = 7
大和
Ea = 8
东亚
Gs = 9
高盛
Hs = 10
汇丰
Jp = 11
摩通
Kc = 12
比联
Mb = 13
麦银
Mc = 14
?
Ml = 15
美林
Nm = 16
野村
Rb = 17
荷合
Rs = 18
苏皇
Sc = 19
渣打
Sg = 20
法兴
Ub = 21
瑞银
Ht = 22
海通
Vt = 23
瑞通
Ms = 24
摩利
Gj = 25
国君
Xz = 26
星展
Hu = 27
华泰
Ks = 28
韩投
Ci = 29
信证
Implementations§
Source§impl IssuerAgency
impl IssuerAgency
Source§impl IssuerAgency
impl IssuerAgency
Sourcepub fn as_str_name(&self) -> &'static str
pub fn as_str_name(&self) -> &'static str
String value of the enum field names used in the ProtoBuf definition.
The values are not transformed in any way and thus are considered stable (if the ProtoBuf definition does not change) and safe for programmatic use.
Sourcepub fn from_str_name(value: &str) -> Option<Self>
pub fn from_str_name(value: &str) -> Option<Self>
Creates an enum from field names used in the ProtoBuf definition.
Trait Implementations§
Source§impl Clone for IssuerAgency
impl Clone for IssuerAgency
Source§fn clone(&self) -> IssuerAgency
fn clone(&self) -> IssuerAgency
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 IssuerAgency
impl Debug for IssuerAgency
Source§impl Default for IssuerAgency
impl Default for IssuerAgency
Source§fn default() -> IssuerAgency
fn default() -> IssuerAgency
Returns the “default value” for a type. Read more
Source§impl From<IssuerAgency> for i32
impl From<IssuerAgency> for i32
Source§fn from(value: IssuerAgency) -> i32
fn from(value: IssuerAgency) -> i32
Converts to this type from the input type.
Source§impl Hash for IssuerAgency
impl Hash for IssuerAgency
Source§impl Ord for IssuerAgency
impl Ord for IssuerAgency
Source§fn cmp(&self, other: &IssuerAgency) -> Ordering
fn cmp(&self, other: &IssuerAgency) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IssuerAgency
impl PartialEq for IssuerAgency
Source§impl PartialOrd for IssuerAgency
impl PartialOrd for IssuerAgency
Source§impl TryFrom<i32> for IssuerAgency
impl TryFrom<i32> for IssuerAgency
Source§type Error = UnknownEnumValue
type Error = UnknownEnumValue
The type returned in the event of a conversion error.
Source§fn try_from(value: i32) -> Result<IssuerAgency, UnknownEnumValue>
fn try_from(value: i32) -> Result<IssuerAgency, UnknownEnumValue>
Performs the conversion.
impl Copy for IssuerAgency
impl Eq for IssuerAgency
impl StructuralPartialEq for IssuerAgency
Auto Trait Implementations§
impl Freeze for IssuerAgency
impl RefUnwindSafe for IssuerAgency
impl Send for IssuerAgency
impl Sync for IssuerAgency
impl Unpin for IssuerAgency
impl UnsafeUnpin for IssuerAgency
impl UnwindSafe for IssuerAgency
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.