pub struct CurrencyNameAsStructStr(pub &'static str);Tuple Fields§
§0: &'static strAuto Trait Implementations§
impl Freeze for CurrencyNameAsStructStr
impl RefUnwindSafe for CurrencyNameAsStructStr
impl Send for CurrencyNameAsStructStr
impl Sync for CurrencyNameAsStructStr
impl Unpin for CurrencyNameAsStructStr
impl UnwindSafe for CurrencyNameAsStructStr
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