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>
Trait Implementations§
Source§impl Clone for OtherContact1
impl Clone for OtherContact1
Source§fn clone(&self) -> OtherContact1
fn clone(&self) -> OtherContact1
Returns a duplicate of the value. Read more
1.0.0 · 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 OtherContact1
impl Debug for OtherContact1
Source§impl Default for OtherContact1
impl Default for OtherContact1
Source§fn default() -> OtherContact1
fn default() -> OtherContact1
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OtherContact1
impl<'de> Deserialize<'de> for OtherContact1
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for OtherContact1
impl PartialEq for OtherContact1
Source§impl Serialize for OtherContact1
impl Serialize for OtherContact1
impl StructuralPartialEq for OtherContact1
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