pub struct ContactImportPropertyMapping {
pub column: String,
pub type: ContactImportPropertyType,
}Fields§
§column: String§type: ContactImportPropertyTypeTrait Implementations§
Source§impl Clone for ContactImportPropertyMapping
impl Clone for ContactImportPropertyMapping
Source§fn clone(&self) -> ContactImportPropertyMapping
fn clone(&self) -> ContactImportPropertyMapping
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ContactImportPropertyMapping
impl Debug for ContactImportPropertyMapping
Auto Trait Implementations§
impl Freeze for ContactImportPropertyMapping
impl RefUnwindSafe for ContactImportPropertyMapping
impl Send for ContactImportPropertyMapping
impl Sync for ContactImportPropertyMapping
impl Unpin for ContactImportPropertyMapping
impl UnsafeUnpin for ContactImportPropertyMapping
impl UnwindSafe for ContactImportPropertyMapping
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