pub struct Iban {
pub iban: String,
}
Fields§
§iban: String
Implementations§
Trait Implementations§
source§impl PartialEq for Iban
impl PartialEq for Iban
impl StructuralPartialEq for Iban
Auto Trait Implementations§
impl RefUnwindSafe for Iban
impl Send for Iban
impl Sync for Iban
impl Unpin for Iban
impl UnwindSafe for Iban
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