pub struct SymbolSfx;Expand description
SymbolSfx (65).
Implementations§
Source§impl SymbolSfx
impl SymbolSfx
pub const EUCPLUMPSUMINTEREST: &'static str = "CD"
pub const WHENISSUED: &'static str = "WI"
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SymbolSfx
impl RefUnwindSafe for SymbolSfx
impl Send for SymbolSfx
impl Sync for SymbolSfx
impl Unpin for SymbolSfx
impl UnsafeUnpin for SymbolSfx
impl UnwindSafe for SymbolSfx
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