pub struct Adress {
pub contact: String,
pub distribution_address: String,
pub postal_address: String,
pub phone: String,
}Fields§
§contact: String§distribution_address: String§postal_address: String§phone: StringTrait Implementations§
impl Eq for Adress
impl StructuralPartialEq for Adress
Auto Trait Implementations§
impl Freeze for Adress
impl RefUnwindSafe for Adress
impl Send for Adress
impl Sync for Adress
impl Unpin for Adress
impl UnwindSafe for Adress
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