pub struct UpdateLogContact2 {
pub od: Contact14,
pub new: Contact14,
}Fields§
§od: Contact14§new: Contact14Implementations§
Source§impl UpdateLogContact2
impl UpdateLogContact2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for UpdateLogContact2
impl RefUnwindSafe for UpdateLogContact2
impl Send for UpdateLogContact2
impl Sync for UpdateLogContact2
impl Unpin for UpdateLogContact2
impl UnwindSafe for UpdateLogContact2
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