pub struct Konto {
pub no: u32,
pub name: String,
}Fields§
§no: u32§name: StringTrait Implementations§
impl Eq for Konto
impl StructuralPartialEq for Konto
Auto Trait Implementations§
impl Freeze for Konto
impl RefUnwindSafe for Konto
impl Send for Konto
impl Sync for Konto
impl Unpin for Konto
impl UnwindSafe for Konto
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