pub struct OtherContact1 {
pub chanl_tp: String,
pub id: Option<String>,
}Fields§
§chanl_tp: String§id: Option<String>Implementations§
Source§impl OtherContact1
impl OtherContact1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for OtherContact1
impl RefUnwindSafe for OtherContact1
impl Send for OtherContact1
impl Sync for OtherContact1
impl Unpin for OtherContact1
impl UnwindSafe for OtherContact1
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