pub struct SEK;Expand description
752 - Swedish krona (kr)
Trait Implementations§
Source§impl Ord for SEK
impl Ord for SEK
Source§impl PartialOrd for SEK
impl PartialOrd for SEK
impl Copy for SEK
impl Eq for SEK
impl StructuralPartialEq for SEK
Auto Trait Implementations§
impl Freeze for SEK
impl RefUnwindSafe for SEK
impl Send for SEK
impl Sync for SEK
impl Unpin for SEK
impl UnwindSafe for SEK
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